Html Css Color HEX #BBBAEA Lavender Grey

📋 copy color: '#BBBAEA'

red 187 ◦ green 186 ◦ blue 234

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

Shades of Lavender Grey #BBBAEA

Tints of Lavender Grey #BBBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 30.81%
G = 30.64%
B = 38.55%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBBAEA (or 0xBBBAEA) is known color: Lavender Grey. HEX triplet: BB, BA and EA. RGB value is (187,186,234). Sum of RGB (Red+Green+Blue) = 187+186+234=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAEA is #444515. Grayscale: #BFBFBF. Windows color (decimal): -4474134 or 15383227. OLE color: 15383227.

HSL color Cylindrical-coordinate representation of color #BBBAEA: hue angle of 241.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBAEA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 186 234 -
CMYK 0.20 0.21 0 0.08
HSL 241.25º 0.53% 0.82% -
HSV(B) 241.25º 0.21% 0.92% -
XYZ 52.9 51.62 85.02 -
YUV 191.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 187 186 234 0.20 0.21 0 0.08 241.25 0.53 0.82
Hex BB BA EA 14 15 0 8 F1 35 52
Octal 273 272 352 24 25 0 10 361 65 122
Binary 10111011 10111010 11101010 10100 10101 0 1000 11110001 110101 1010010

Color Harmonies of #BBBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAEA

Black with #BBBAEA

Text Example


Text Example

White with #BBBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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