Html Css Color HEX #BBBED7 Lavender Grey

📋 copy color: '#BBBED7'

red 187 ◦ green 190 ◦ blue 215

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

Shades of Lavender Grey #BBBED7

Tints of Lavender Grey #BBBED7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.09%

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 31.59%
G = 32.09%
B = 36.32%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBBED7 (or 0xBBBED7) is known color: Lavender Grey. HEX triplet: BB, BE and D7. RGB value is (187,190,215). Sum of RGB (Red+Green+Blue) = 187+190+215=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED7 is #444128. Grayscale: #BFBFBF. Windows color (decimal): -4473129 or 14139067. OLE color: 14139067.

HSL color Cylindrical-coordinate representation of color #BBBED7: hue angle of 233.57º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBED7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 190 215 -
CMYK 0.13 0.12 0 0.16
HSL 233.57º 0.26% 0.79% -
HSV(B) 233.57º 0.13% 0.84% -
XYZ 51.17 52.3 71.69 -
YUV 191.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 187 190 215 0.13 0.12 0 0.16 233.57 0.26 0.79
Hex BB BE D7 D C 0 10 EA 1A 4F
Octal 273 276 327 15 14 0 20 352 32 117
Binary 10111011 10111110 11010111 1101 1100 0 10000 11101010 11010 1001111

Color Harmonies of #BBBED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBED7

Black with #BBBED7

Text Example


Text Example

White with #BBBED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBED7; }

 p { color: rgb(187,190,215); }

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

background-color css

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

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

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

border-color css

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

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

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