Html Css Color HEX #BBBED1 Lavender Grey

📋 copy color: '#BBBED1'

red 187 ◦ green 190 ◦ blue 209

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

Shades of Lavender Grey #BBBED1

Tints of Lavender Grey #BBBED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.67%

R = 31.91%
G = 32.42%
B = 35.67%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBBED1 (or 0xBBBED1) is known color: Lavender Grey. HEX triplet: BB, BE and D1. RGB value is (187,190,209). Sum of RGB (Red+Green+Blue) = 187+190+209=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED1 is #44412E. Grayscale: #BFBFBF. Windows color (decimal): -4473135 or 13745851. OLE color: 13745851.

HSL color Cylindrical-coordinate representation of color #BBBED1: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBED1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 190 209 -
CMYK 0.11 0.09 0 0.18
HSL 231.82º 0.19% 0.78% -
HSV(B) 231.82º 0.11% 0.82% -
XYZ 50.42 52 67.7 -
YUV 191.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 187 190 209 0.11 0.09 0 0.18 231.82 0.19 0.78
Hex BB BE D1 B 9 0 12 E8 13 4E
Octal 273 276 321 13 11 0 22 350 23 116
Binary 10111011 10111110 11010001 1011 1001 0 10010 11101000 10011 1001110

Color Harmonies of #BBBED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBED1

Black with #BBBED1

Text Example


Text Example

White with #BBBED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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