#BCC2FD

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

Shades of Lavender Blue #BCC2FD

Tints of Lavender Blue #BCC2FD

Color information

#BCC2FD (or 0xBCC2FD) is unknown color: approx Lavender Blue. HEX triplet: BC, C2 and FD. RGB value is (188,194,253). Sum of RGB (Red+Green+Blue) = 188+194+253=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2FD is #433D02. Grayscale: #C6C6C6. Windows color (decimal): -4406531 or 16630460. OLE color: 16630460.

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

Color convert

RGB188194253-
CMYK0.260.2300.01
HSL234.46º94.2%86.47%-
HSV(B)234.46º25.69%99.22%-
XYZ57.7656.37100.76-
YUV198.93158.51120.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=29.61%
G=30.55%
B=39.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881942530.260.2300.01234.4694.286.47
HexBCC2FD1A1701ea5e56
Octal274302375322701352136126
Binary1011110011000010111111011101010111011110101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2FD; }

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

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

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

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

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

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

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

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