#C5BCFD

Color #C5BCFD Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C5BCFD

Tints of Lavender Blue #C5BCFD

Color information

#C5BCFD (or 0xC5BCFD) is unknown color: approx Lavender Blue. HEX triplet: C5, BC and FD. RGB value is (197,188,253). Sum of RGB (Red+Green+Blue) = 197+188+253=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFD is #3A4302. Grayscale: #C5C5C5. Windows color (decimal): -3818243 or 16628933. OLE color: 16628933.

HSL color Cylindrical-coordinate representation of color #C5BCFD: hue angle of 248.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BCFD is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197188253-
CMYK0.220.2600.01
HSL248.31º94.2%86.47%-
HSV(B)248.31º25.69%99.22%-
XYZ58.7454.93100.43-
YUV198.1158.98127.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 30.88%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=30.88%
G=29.47%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971882530.220.2600.01248.3194.286.47
HexC5BCFD161A01f85e56
Octal305274375263201370136126
Binary1100010110111100111111011011011010011111100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCFD; }

 p { color: rgb(197,188,253); }

 H1.HeaderClassName
 {
   color: #C5BCFD;
 }
 .AnyTagClassName
 {
   color: #C5BCFD;
 }
</style>
background-color css

<style>
 a { background-color: #C5BCFD; }

 a { background-color: rgb(197,188,253); }

 div.DivClassName
 {
   background-color: #C5BCFD;
 }
 .BgClassName
 {
   background-color: #C5BCFD;
 }
</style>
border-color css

<style>
 span { border-color: #C5BCFD; }

 span { border-color: rgb(197,188,253); }

 td.TdClassName
 {
   border-color: #C5BCFD;
 }
 .TagClassName
 {
   border-color: #C5BCFD;
 }
</style>