#BBBFDC

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

Shades of Lavender Grey #BBBFDC

Tints of Lavender Grey #BBBFDC

Color information

#BBBFDC (or 0xBBBFDC) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and DC. RGB value is (187,191,220). Sum of RGB (Red+Green+Blue) = 187+191+220=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDC is #444023. Grayscale: #C0C0C0. Windows color (decimal): -4472868 or 14467003. OLE color: 14467003.

HSL color Cylindrical-coordinate representation of color #BBBFDC: hue angle of 232.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBBFDC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187191220-
CMYK0.150.1300.14
HSL232.73º32.04%79.8%-
HSV(B)232.73º15%86.27%-
XYZ52.0452.9975.2-
YUV193.11143.17123.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=31.27%
G=31.94%
B=36.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871912200.150.1300.14232.7332.0479.8
HexBBBFDCFD0Ee92050
Octal273277334171501635140120
Binary1011101110111111110111001111110101110111010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFDC; }

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

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

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

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

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

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

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

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