Html Css Color HEX #BBBADE Lavender Grey

📋 copy color: '#BBBADE'

red 187 ◦ green 186 ◦ blue 222

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

Shades of Lavender Grey #BBBADE

Tints of Lavender Grey #BBBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 31.43%
G = 31.26%
B = 37.31%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBBADE (or 0xBBBADE) is known color: Lavender Grey. HEX triplet: BB, BA and DE. RGB value is (187,186,222). Sum of RGB (Red+Green+Blue) = 187+186+222=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBADE is #444521. Grayscale: #BEBEBE. Windows color (decimal): -4474146 or 14596795. OLE color: 14596795.

HSL color Cylindrical-coordinate representation of color #BBBADE: hue angle of 241.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBBADE is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 186 222 -
CMYK 0.16 0.16 0 0.13
HSL 241.67º 0.35% 0.8% -
HSV(B) 241.67º 0.16% 0.87% -
XYZ 51.24 50.96 76.24 -
YUV 190.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 187 186 222 0.16 0.16 0 0.13 241.67 0.35 0.8
Hex BB BA DE 10 10 0 D F2 23 50
Octal 273 272 336 20 20 0 15 362 43 120
Binary 10111011 10111010 11011110 10000 10000 0 1101 11110010 100011 1010000

Color Harmonies of #BBBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBADE

Black with #BBBADE

Text Example


Text Example

White with #BBBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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