Html Css Color HEX #B8B7DC Lavender Grey

📋 copy color: '#B8B7DC'

red 184 ◦ green 183 ◦ blue 220

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

Shades of Lavender Grey #B8B7DC

Tints of Lavender Grey #B8B7DC

RGB

 RED value IS 184 (72.27% from 255) = 31.35%

 GREEN value IS 183 (71.88% from 255) = 31.18%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 31.35%
G = 31.18%
B = 37.48%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8B7DC (or 0xB8B7DC) is known color: Lavender Grey. HEX triplet: B8, B7 and DC. RGB value is (184,183,220). Sum of RGB (Red+Green+Blue) = 184+183+220=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7DC is #474823. Grayscale: #BBBBBB. Windows color (decimal): -4671524 or 14464952. OLE color: 14464952.

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

Color convert

RGB 184 183 220 -
CMYK 0.16 0.17 0 0.14
HSL 241.62º 0.35% 0.79% -
HSV(B) 241.62º 0.17% 0.86% -
XYZ 49.62 49.22 74.6 -
YUV 187.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 184 183 220 0.16 0.17 0 0.14 241.62 0.35 0.79
Hex B8 B7 DC 10 11 0 E F2 23 4F
Octal 270 267 334 20 21 0 16 362 43 117
Binary 10111000 10110111 11011100 10000 10001 0 1110 11110010 100011 1001111

Color Harmonies of #B8B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B7DC

Black with #B8B7DC

Text Example


Text Example

White with #B8B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B7DC; }

 p { color: rgb(184,183,220); }

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

background-color css

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

 a { background-color: rgb(184,183,220); }

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

border-color css

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

 span { border-color: rgb(184,183,220); }

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