#BBB4DA

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

Shades of Lavender Grey #BBB4DA

Tints of Lavender Grey #BBB4DA

Color information

#BBB4DA (or 0xBBB4DA) is unknown color: approx Lavender Grey. HEX triplet: BB, B4 and DA. RGB value is (187,180,218). Sum of RGB (Red+Green+Blue) = 187+180+218=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DA is #444B25. Grayscale: #BABABA. Windows color (decimal): -4475686 or 14333115. OLE color: 14333115.

HSL color Cylindrical-coordinate representation of color #BBB4DA: hue angle of 251.05º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB4DA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187180218-
CMYK0.140.1700.15
HSL251.05º33.93%78.04%-
HSV(B)251.05º17.43%85.49%-
XYZ49.4748.2773.04-
YUV186.42145.82128.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 180 (70.70% from 255) = 30.77%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=31.97%
G=30.77%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871802180.140.1700.15251.0533.9378.04
HexBBB4DAE110Ffb224e
Octal273264332162101737342116
Binary10111011101101001101101011101000101111111110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4DA; }

 p { color: rgb(187,180,218); }

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

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

 a { background-color: rgb(187,180,218); }

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

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

 span { border-color: rgb(187,180,218); }

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