Html Css Color HEX #B7BADB Lavender Grey

📋 copy color: '#B7BADB'

red 183 ◦ green 186 ◦ blue 219

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

Shades of Lavender Grey #B7BADB

Tints of Lavender Grey #B7BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

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

R = 31.12%
G = 31.63%
B = 37.24%

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

#B7BADB (or 0xB7BADB) is known color: Lavender Grey. HEX triplet: B7, BA and DB. RGB value is (183,186,219). Sum of RGB (Red+Green+Blue) = 183+186+219=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BADB is #484524. Grayscale: #BCBCBC. Windows color (decimal): -4736293 or 14400183. OLE color: 14400183.

HSL color Cylindrical-coordinate representation of color #B7BADB: hue angle of 235º 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 #B7BADB is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 186 219 -
CMYK 0.16 0.15 0 0.14
HSL 235º 0.33% 0.79% -
HSV(B) 235º 0.16% 0.86% -
XYZ 49.87 50.3 74.1 -
YUV 188.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 183 186 219 0.16 0.15 0 0.14 235 0.33 0.79
Hex B7 BA DB 10 F 0 E EB 21 4F
Octal 267 272 333 20 17 0 16 353 41 117
Binary 10110111 10111010 11011011 10000 1111 0 1110 11101011 100001 1001111

Color Harmonies of #B7BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BADB

Black with #B7BADB

Text Example


Text Example

White with #B7BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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