#BBBFFC

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

Shades of Lavender Blue #BBBFFC

Tints of Lavender Blue #BBBFFC

Color information

#BBBFFC (or 0xBBBFFC) is unknown color: approx Lavender Blue. HEX triplet: BB, BF and FC. RGB value is (187,191,252). Sum of RGB (Red+Green+Blue) = 187+191+252=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFFC is #444003. Grayscale: #C4C4C4. Windows color (decimal): -4472836 or 16564155. OLE color: 16564155.

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

Color convert

RGB187191252-
CMYK0.260.2400.01
HSL236.31º91.55%86.08%-
HSV(B)236.31º25.79%98.82%-
XYZ56.754.8599.7-
YUV196.76159.17121.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 252 (98.83% from 255) = 40%
R=29.68%
G=30.32%
B=40%

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
Decimal1871912520.260.2400.01236.3191.5586.08
HexBBBFFC1A1801ec5c56
Octal273277374323001354134126
Binary1011101110111111111111001101011000011110110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFFC; }

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

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

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

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

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

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

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

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