#BBC4FC

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

Shades of Lavender Blue #BBC4FC

Tints of Lavender Blue #BBC4FC

Color information

#BBC4FC (or 0xBBC4FC) is unknown color: approx Lavender Blue. HEX triplet: BB, C4 and FC. RGB value is (187,196,252). Sum of RGB (Red+Green+Blue) = 187+196+252=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4FC is #443B03. Grayscale: #C7C7C7. Windows color (decimal): -4471556 or 16565435. OLE color: 16565435.

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

Color convert

RGB187196252-
CMYK0.260.2200.01
HSL231.69º91.55%86.08%-
HSV(B)231.69º25.79%98.82%-
XYZ57.857.07100.07-
YUV199.69157.52118.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=29.45%
G=30.87%
B=39.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871962520.260.2200.01231.6991.5586.08
HexBBC4FC1A1601e85c56
Octal273304374322601350134126
Binary1011101111000100111111001101010110011110100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4FC; }

 p { color: rgb(187,196,252); }

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

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

 a { background-color: rgb(187,196,252); }

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

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

 span { border-color: rgb(187,196,252); }

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