#BCC8FD

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

Shades of Lavender Blue #BCC8FD

Tints of Lavender Blue #BCC8FD

Color information

#BCC8FD (or 0xBCC8FD) is unknown color: approx Lavender Blue. HEX triplet: BC, C8 and FD. RGB value is (188,200,253). Sum of RGB (Red+Green+Blue) = 188+200+253=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8FD is #433702. Grayscale: #CACACA. Windows color (decimal): -4404995 or 16631996. OLE color: 16631996.

HSL color Cylindrical-coordinate representation of color #BCC8FD: hue angle of 228.92º 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 #BCC8FD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188200253-
CMYK0.260.2100.01
HSL228.92º94.2%86.47%-
HSV(B)228.92º25.69%99.22%-
XYZ59.1259.09101.22-
YUV202.45156.52117.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=29.33%
G=31.20%
B=39.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882002530.260.2100.01228.9294.286.47
HexBCC8FD1A1501e55e56
Octal274310375322501345136126
Binary1011110011001000111111011101010101011110010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8FD; }

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

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

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

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

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

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

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

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