Html Css Color HEX #BBBBE5 Lavender Grey

📋 copy color: '#BBBBE5'

red 187 ◦ green 187 ◦ blue 229

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

Shades of Lavender Grey #BBBBE5

Tints of Lavender Grey #BBBBE5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.01%

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 31.01%
G = 31.01%
B = 37.98%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBBBE5 (or 0xBBBBE5) is known color: Lavender Grey. HEX triplet: BB, BB and E5. RGB value is (187,187,229). Sum of RGB (Red+Green+Blue) = 187+187+229=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE5 is #44441A. Grayscale: #BFBFBF. Windows color (decimal): -4473883 or 15055803. OLE color: 15055803.

HSL color Cylindrical-coordinate representation of color #BBBBE5: hue angle of 240º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBBE5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 187 229 -
CMYK 0.18 0.18 0 0.10
HSL 240º 0.45% 0.82% -
HSV(B) 240º 0.18% 0.9% -
XYZ 52.41 51.76 81.36 -
YUV 191.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 187 187 229 0.18 0.18 0 0.10 240 0.45 0.82
Hex BB BB E5 12 12 0 A F0 2D 52
Octal 273 273 345 22 22 0 12 360 55 122
Binary 10111011 10111011 11100101 10010 10010 0 1010 11110000 101101 1010010

Color Harmonies of #BBBBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBE5

Black with #BBBBE5

Text Example


Text Example

White with #BBBBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBE5; }

 p { color: rgb(187,187,229); }

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

background-color css

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

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

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

border-color css

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

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

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