Html Css Color HEX #BBB9E1 Lavender Grey

📋 copy color: '#BBB9E1'

red 187 ◦ green 185 ◦ blue 225

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

Shades of Lavender Grey #BBB9E1

Tints of Lavender Grey #BBB9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.69%

R = 31.32%
G = 30.99%
B = 37.69%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBB9E1 (or 0xBBB9E1) is known color: Lavender Grey. HEX triplet: BB, B9 and E1. RGB value is (187,185,225). Sum of RGB (Red+Green+Blue) = 187+185+225=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBB9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9E1 is #44461E. Grayscale: #BEBEBE. Windows color (decimal): -4474399 or 14793147. OLE color: 14793147.

HSL color Cylindrical-coordinate representation of color #BBB9E1: hue angle of 243º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB9E1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 185 225 -
CMYK 0.17 0.18 0 0.12
HSL 243º 0.4% 0.8% -
HSV(B) 243º 0.18% 0.88% -
XYZ 51.43 50.7 78.31 -
YUV 190.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 187 185 225 0.17 0.18 0 0.12 243 0.4 0.8
Hex BB B9 E1 11 12 0 C F3 28 50
Octal 273 271 341 21 22 0 14 363 50 120
Binary 10111011 10111001 11100001 10001 10010 0 1100 11110011 101000 1010000

Color Harmonies of #BBB9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9E1

Black with #BBB9E1

Text Example


Text Example

White with #BBB9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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