#BBBFD0

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

Shades of Lavender Grey #BBBFD0

Tints of Lavender Grey #BBBFD0

Color information

#BBBFD0 (or 0xBBBFD0) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and D0. RGB value is (187,191,208). Sum of RGB (Red+Green+Blue) = 187+191+208=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD0 is #44402F. Grayscale: #BFBFBF. Windows color (decimal): -4472880 or 13680571. OLE color: 13680571.

HSL color Cylindrical-coordinate representation of color #BBBFD0: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBFD0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187191208-
CMYK0.100.0800.18
HSL228.57º18.26%77.45%-
HSV(B)228.57º10.1%81.57%-
XYZ50.5152.3867.12-
YUV191.74137.17124.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=31.91%
G=32.59%
B=35.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871912080.100.0800.18228.5718.2677.45
HexBBBFD0A8012e5124d
Octal273277320121002234522115
Binary1011101110111111110100001010100001001011100101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFD0; }

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

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

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

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

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

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

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

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