Html Css Color HEX #B7BBDB Lavender Grey

📋 copy color: '#B7BBDB'

red 183 ◦ green 187 ◦ blue 219

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

Shades of Lavender Grey #B7BBDB

Tints of Lavender Grey #B7BBDB

RGB

 RED value IS 183 (71.88% from 255) = 31.07%

 GREEN value IS 187 (73.44% from 255) = 31.75%

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 31.07%
G = 31.75%
B = 37.18%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7BBDB (or 0xB7BBDB) is known color: Lavender Grey. HEX triplet: B7, BB and DB. RGB value is (183,187,219). Sum of RGB (Red+Green+Blue) = 183+187+219=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBDB is #484424. Grayscale: #BDBDBD. Windows color (decimal): -4736037 or 14400439. OLE color: 14400439.

HSL color Cylindrical-coordinate representation of color #B7BBDB: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BBDB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 187 219 -
CMYK 0.16 0.15 0 0.14
HSL 233.33º 0.33% 0.79% -
HSV(B) 233.33º 0.16% 0.86% -
XYZ 50.08 50.72 74.17 -
YUV 189.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 183 187 219 0.16 0.15 0 0.14 233.33 0.33 0.79
Hex B7 BB DB 10 F 0 E E9 21 4F
Octal 267 273 333 20 17 0 16 351 41 117
Binary 10110111 10111011 11011011 10000 1111 0 1110 11101001 100001 1001111

Color Harmonies of #B7BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BBDB

Black with #B7BBDB

Text Example


Text Example

White with #B7BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BBDB; }

 p { color: rgb(183,187,219); }

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

background-color css

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

 a { background-color: rgb(183,187,219); }

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

border-color css

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

 span { border-color: rgb(183,187,219); }

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