Html Css Color HEX #BBBAE8 Lavender Grey

📋 copy color: '#BBBAE8'

red 187 ◦ green 186 ◦ blue 232

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

Shades of Lavender Grey #BBBAE8

Tints of Lavender Grey #BBBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.35%

R = 30.91%
G = 30.74%
B = 38.35%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBBAE8 (or 0xBBBAE8) is known color: Lavender Grey. HEX triplet: BB, BA and E8. RGB value is (187,186,232). Sum of RGB (Red+Green+Blue) = 187+186+232=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAE8 is #444517. Grayscale: #BFBFBF. Windows color (decimal): -4474136 or 15252155. OLE color: 15252155.

HSL color Cylindrical-coordinate representation of color #BBBAE8: hue angle of 241.3º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBAE8 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 186 232 -
CMYK 0.19 0.20 0 0.09
HSL 241.3º 0.5% 0.82% -
HSV(B) 241.3º 0.2% 0.91% -
XYZ 52.62 51.51 83.51 -
YUV 191.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 187 186 232 0.19 0.20 0 0.09 241.3 0.5 0.82
Hex BB BA E8 13 14 0 9 F1 32 52
Octal 273 272 350 23 24 0 11 361 62 122
Binary 10111011 10111010 11101000 10011 10100 0 1001 11110001 110010 1010010

Color Harmonies of #BBBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAE8

Black with #BBBAE8

Text Example


Text Example

White with #BBBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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