#BCC9FD

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

Shades of Lavender Blue #BCC9FD

Tints of Lavender Blue #BCC9FD

Color information

#BCC9FD (or 0xBCC9FD) is unknown color: approx Lavender Blue. HEX triplet: BC, C9 and FD. RGB value is (188,201,253). Sum of RGB (Red+Green+Blue) = 188+201+253=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9FD is #433602. Grayscale: #CACACA. Windows color (decimal): -4404739 or 16632252. OLE color: 16632252.

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

Color convert

RGB188201253-
CMYK0.260.2100.01
HSL228º94.2%86.47%-
HSV(B)228º25.69%99.22%-
XYZ59.3659.56101.3-
YUV203.04156.19117.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=29.28%
G=31.31%
B=39.41%

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
Decimal1882012530.260.2100.0122894.286.47
HexBCC9FD1A1501e45e56
Octal274311375322501344136126
Binary1011110011001001111111011101010101011110010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9FD; }

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

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

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

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

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

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

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

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