#BBBFDB

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

Shades of Lavender Grey #BBBFDB

Tints of Lavender Grey #BBBFDB

Color information

#BBBFDB (or 0xBBBFDB) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and DB. RGB value is (187,191,219). Sum of RGB (Red+Green+Blue) = 187+191+219=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDB is #444024. Grayscale: #C0C0C0. Windows color (decimal): -4472869 or 14401467. OLE color: 14401467.

HSL color Cylindrical-coordinate representation of color #BBBFDB: hue angle of 232.5º degrees, saturation: 0.31, 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 #BBBFDB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187191219-
CMYK0.150.1300.14
HSL232.5º30.77%79.61%-
HSV(B)232.5º14.61%85.88%-
XYZ51.9152.9474.5-
YUV193142.67123.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=31.32%
G=31.99%
B=36.68%

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
Decimal1871912190.150.1300.14232.530.7779.61
HexBBBFDBFD0Ee81f50
Octal273277333171501635037120
Binary101110111011111111011011111111010111011101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFDB; }

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

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

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

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

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

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

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

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