Html Css Color HEX #BBB5E9 Lavender Grey

📋 copy color: '#BBB5E9'

red 187 ◦ green 181 ◦ blue 233

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

Shades of Lavender Grey #BBB5E9

Tints of Lavender Grey #BBB5E9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.12%

 BLUE value IS 233 (91.41% from 255) = 38.77%

R = 31.11%
G = 30.12%
B = 38.77%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBB5E9 (or 0xBBB5E9) is known color: Lavender Grey. HEX triplet: BB, B5 and E9. RGB value is (187,181,233). Sum of RGB (Red+Green+Blue) = 187+181+233=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBB5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5E9 is #444A16. Grayscale: #BCBCBC. Windows color (decimal): -4475415 or 15316411. OLE color: 15316411.

HSL color Cylindrical-coordinate representation of color #BBB5E9: hue angle of 246.92º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB5E9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 181 233 -
CMYK 0.20 0.22 0 0.09
HSL 246.92º 0.54% 0.81% -
HSV(B) 246.92º 0.22% 0.91% -
XYZ 51.73 49.5 83.92 -
YUV 188.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 187 181 233 0.20 0.22 0 0.09 246.92 0.54 0.81
Hex BB B5 E9 14 16 0 9 F7 36 51
Octal 273 265 351 24 26 0 11 367 66 121
Binary 10111011 10110101 11101001 10100 10110 0 1001 11110111 110110 1010001

Color Harmonies of #BBB5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5E9

Black with #BBB5E9

Text Example


Text Example

White with #BBB5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5E9; }

 p { color: rgb(187,181,233); }

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

background-color css

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

 a { background-color: rgb(187,181,233); }

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

border-color css

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

 span { border-color: rgb(187,181,233); }

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