Html Css Color HEX #BBBED2 Lavender Grey

📋 copy color: '#BBBED2'

red 187 ◦ green 190 ◦ blue 210

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

Shades of Lavender Grey #BBBED2

Tints of Lavender Grey #BBBED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.78%

R = 31.86%
G = 32.37%
B = 35.78%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBBED2 (or 0xBBBED2) is known color: Lavender Grey. HEX triplet: BB, BE and D2. RGB value is (187,190,210). Sum of RGB (Red+Green+Blue) = 187+190+210=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED2 is #44412D. Grayscale: #BFBFBF. Windows color (decimal): -4473134 or 13811387. OLE color: 13811387.

HSL color Cylindrical-coordinate representation of color #BBBED2: hue angle of 232.17º degrees, saturation: 0.2, 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 #BBBED2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 190 210 -
CMYK 0.11 0.10 0 0.18
HSL 232.17º 0.2% 0.78% -
HSV(B) 232.17º 0.11% 0.82% -
XYZ 50.54 52.04 68.35 -
YUV 191.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 187 190 210 0.11 0.10 0 0.18 232.17 0.2 0.78
Hex BB BE D2 B A 0 12 E8 14 4E
Octal 273 276 322 13 12 0 22 350 24 116
Binary 10111011 10111110 11010010 1011 1010 0 10010 11101000 10100 1001110

Color Harmonies of #BBBED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBED2

Black with #BBBED2

Text Example


Text Example

White with #BBBED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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