#BBBFDD

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

Shades of Lavender Grey #BBBFDD

Tints of Lavender Grey #BBBFDD

Color information

#BBBFDD (or 0xBBBFDD) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and DD. RGB value is (187,191,221). Sum of RGB (Red+Green+Blue) = 187+191+221=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFDD is #444022. Grayscale: #C1C1C1. Windows color (decimal): -4472867 or 14532539. OLE color: 14532539.

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

Color convert

RGB187191221-
CMYK0.150.1400.13
HSL232.94º33.33%80%-
HSV(B)232.94º15.38%86.67%-
XYZ52.1853.0575.9-
YUV193.22143.67123.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=31.22%
G=31.89%
B=36.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871912210.150.1400.13232.9433.3380
HexBBBFDDFE0De92150
Octal273277335171601535141120
Binary1011101110111111110111011111111001101111010011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFDD; }

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

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

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

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

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

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

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

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