#BBBFD1

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

Shades of Lavender Grey #BBBFD1

Tints of Lavender Grey #BBBFD1

Color information

#BBBFD1 (or 0xBBBFD1) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and D1. RGB value is (187,191,209). Sum of RGB (Red+Green+Blue) = 187+191+209=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD1 is #44402E. Grayscale: #BFBFBF. Windows color (decimal): -4472879 or 13746107. OLE color: 13746107.

HSL color Cylindrical-coordinate representation of color #BBBFD1: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBFD1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187191209-
CMYK0.110.0900.18
HSL229.09º19.3%77.65%-
HSV(B)229.09º10.53%81.96%-
XYZ50.6352.4367.77-
YUV191.86137.67124.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=31.86%
G=32.54%
B=35.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871912090.110.0900.18229.0919.377.65
HexBBBFD1B9012e5134e
Octal273277321131102234523116
Binary1011101110111111110100011011100101001011100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFD1; }

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

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

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

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

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

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

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

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