Html Css Color HEX #BBB9EA Lavender Grey

📋 copy color: '#BBB9EA'

red 187 ◦ green 185 ◦ blue 234

#BBB9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #BBB9EA

Tints of Lavender Grey #BBB9EA

RGB

 RED value IS 187 (73.44% from 255) = 30.86%

 GREEN value IS 185 (72.66% from 255) = 30.53%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 30.86%
G = 30.53%
B = 38.61%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBB9EA (or 0xBBB9EA) is known color: Lavender Grey. HEX triplet: BB, B9 and EA. RGB value is (187,185,234). Sum of RGB (Red+Green+Blue) = 187+185+234=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9EA is #444615. Grayscale: #BEBEBE. Windows color (decimal): -4474390 or 15382971. OLE color: 15382971.

HSL color Cylindrical-coordinate representation of color #BBB9EA: hue angle of 242.45º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB9EA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 185 234 -
CMYK 0.20 0.21 0 0.08
HSL 242.45º 0.54% 0.82% -
HSV(B) 242.45º 0.21% 0.92% -
XYZ 52.69 51.2 84.95 -
YUV 191.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 187 185 234 0.20 0.21 0 0.08 242.45 0.54 0.82
Hex BB B9 EA 14 15 0 8 F2 36 52
Octal 273 271 352 24 25 0 10 362 66 122
Binary 10111011 10111001 11101010 10100 10101 0 1000 11110010 110110 1010010

Color Harmonies of #BBB9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9EA

Black with #BBB9EA

Text Example


Text Example

White with #BBB9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9EA; }

 p { color: rgb(187,185,234); }

 H1.HeaderClassName
 {
   color: #BBB9EA;
 }
 .AnyTagClassName
 {
   color: #BBB9EA;
 }
</style>

background-color css

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

 a { background-color: rgb(187,185,234); }

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

border-color css

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

 span { border-color: rgb(187,185,234); }

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