#BBC0FC

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

Shades of Lavender Blue #BBC0FC

Tints of Lavender Blue #BBC0FC

Color information

#BBC0FC (or 0xBBC0FC) is unknown color: approx Lavender Blue. HEX triplet: BB, C0 and FC. RGB value is (187,192,252). Sum of RGB (Red+Green+Blue) = 187+192+252=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0FC is #443F03. Grayscale: #C5C5C5. Windows color (decimal): -4472580 or 16564411. OLE color: 16564411.

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

Color convert

RGB187192252-
CMYK0.260.2400.01
HSL235.38º91.55%86.08%-
HSV(B)235.38º25.79%98.82%-
XYZ56.9155.2999.77-
YUV197.34158.84120.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=29.64%
G=30.43%
B=39.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871922520.260.2400.01235.3891.5586.08
HexBBC0FC1A1801eb5c56
Octal273300374323001353134126
Binary1011101111000000111111001101011000011110101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0FC; }

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

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

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

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

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

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

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

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