Html Css Color HEX #BBBAE5 Lavender Grey

📋 copy color: '#BBBAE5'

red 187 ◦ green 186 ◦ blue 229

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

Shades of Lavender Grey #BBBAE5

Tints of Lavender Grey #BBBAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.9%

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

R = 31.06%
G = 30.9%
B = 38.04%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBBAE5 (or 0xBBBAE5) is known color: Lavender Grey. HEX triplet: BB, BA and E5. RGB value is (187,186,229). Sum of RGB (Red+Green+Blue) = 187+186+229=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBBAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAE5 is #44451A. Grayscale: #BFBFBF. Windows color (decimal): -4474139 or 15055547. OLE color: 15055547.

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

Color convert

RGB 187 186 229 -
CMYK 0.18 0.19 0 0.10
HSL 241.4º 0.45% 0.81% -
HSV(B) 241.4º 0.19% 0.9% -
XYZ 52.2 51.34 81.29 -
YUV 191.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 187 186 229 0.18 0.19 0 0.10 241.4 0.45 0.81
Hex BB BA E5 12 13 0 A F1 2D 51
Octal 273 272 345 22 23 0 12 361 55 121
Binary 10111011 10111010 11100101 10010 10011 0 1010 11110001 101101 1010001

Color Harmonies of #BBBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAE5

Black with #BBBAE5

Text Example


Text Example

White with #BBBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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