#BCC2FB

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

Shades of Lavender Blue #BCC2FB

Tints of Lavender Blue #BCC2FB

Color information

#BCC2FB (or 0xBCC2FB) is unknown color: approx Lavender Blue. HEX triplet: BC, C2 and FB. RGB value is (188,194,251). Sum of RGB (Red+Green+Blue) = 188+194+251=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2FB is #433D04. Grayscale: #C6C6C6. Windows color (decimal): -4406533 or 16499388. OLE color: 16499388.

HSL color Cylindrical-coordinate representation of color #BCC2FB: hue angle of 234.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC2FB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188194251-
CMYK0.250.2300.02
HSL234.29º88.73%86.08%-
HSV(B)234.29º25.1%98.43%-
XYZ57.4456.2499.09-
YUV198.7157.51120.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=29.70%
G=30.65%
B=39.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881942510.250.2300.02234.2988.7386.08
HexBCC2FB191702ea5956
Octal274302373312702352131126
Binary10111100110000101111101111001101110101110101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2FB; }

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

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

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

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

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

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

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

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