Html Css Color HEX #BBBED3 Lavender Grey

📋 copy color: '#BBBED3'

red 187 ◦ green 190 ◦ blue 211

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

Shades of Lavender Grey #BBBED3

Tints of Lavender Grey #BBBED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.88%

R = 31.8%
G = 32.31%
B = 35.88%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBBED3 (or 0xBBBED3) is known color: Lavender Grey. HEX triplet: BB, BE and D3. RGB value is (187,190,211). Sum of RGB (Red+Green+Blue) = 187+190+211=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBED3 is #44412C. Grayscale: #BFBFBF. Windows color (decimal): -4473133 or 13876923. OLE color: 13876923.

HSL color Cylindrical-coordinate representation of color #BBBED3: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBBED3 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 190 211 -
CMYK 0.11 0.10 0 0.17
HSL 232.5º 0.21% 0.78% -
HSV(B) 232.5º 0.11% 0.83% -
XYZ 50.66 52.09 69.01 -
YUV 191.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 187 190 211 0.11 0.10 0 0.17 232.5 0.21 0.78
Hex BB BE D3 B A 0 11 E8 15 4E
Octal 273 276 323 13 12 0 21 350 25 116
Binary 10111011 10111110 11010011 1011 1010 0 10001 11101000 10101 1001110

Color Harmonies of #BBBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBED3

Black with #BBBED3

Text Example


Text Example

White with #BBBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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