#BCC4FB

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

Shades of Lavender Blue #BCC4FB

Tints of Lavender Blue #BCC4FB

Color information

#BCC4FB (or 0xBCC4FB) is unknown color: approx Lavender Blue. HEX triplet: BC, C4 and FB. RGB value is (188,196,251). Sum of RGB (Red+Green+Blue) = 188+196+251=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4FB is #433B04. Grayscale: #C7C7C7. Windows color (decimal): -4406021 or 16499900. OLE color: 16499900.

HSL color Cylindrical-coordinate representation of color #BCC4FB: hue angle of 232.38º 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 #BCC4FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188196251-
CMYK0.250.2200.02
HSL232.38º88.73%86.08%-
HSV(B)232.38º25.1%98.43%-
XYZ57.8957.1499.24-
YUV199.88156.85119.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=29.61%
G=30.87%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881962510.250.2200.02232.3888.7386.08
HexBCC4FB191602e85956
Octal274304373312602350131126
Binary10111100110001001111101111001101100101110100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4FB; }

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

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

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

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

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

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

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

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