Html Css Color HEX #B7B0DC Lavender Grey

📋 copy color: '#B7B0DC'

red 183 ◦ green 176 ◦ blue 220

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

Shades of Lavender Grey #B7B0DC

Tints of Lavender Grey #B7B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.4%

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

R = 31.61%
G = 30.4%
B = 38%

CMYK

 C value IS 0.17

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7B0DC (or 0xB7B0DC) is known color: Lavender Grey. HEX triplet: B7, B0 and DC. RGB value is (183,176,220). Sum of RGB (Red+Green+Blue) = 183+176+220=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0DC is #484F23. Grayscale: #B6B6B6. Windows color (decimal): -4738852 or 14463159. OLE color: 14463159.

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

Color convert

RGB 183 176 220 -
CMYK 0.17 0.2 0 0.14
HSL 249.55º 0.39% 0.78% -
HSV(B) 249.55º 0.2% 0.86% -
XYZ 47.97 46.29 74.12 -
YUV 183.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 183 176 220 0.17 0.2 0 0.14 249.55 0.39 0.78
Hex B7 B0 DC 11 14 0 E FA 27 4E
Octal 267 260 334 21 24 0 16 372 47 116
Binary 10110111 10110000 11011100 10001 10100 0 1110 11111010 100111 1001110

Color Harmonies of #B7B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B0DC

Black with #B7B0DC

Text Example


Text Example

White with #B7B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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