Html Css Color HEX #B7B4D8 Lavender Grey

📋 copy color: '#B7B4D8'

red 183 ◦ green 180 ◦ blue 216

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

Shades of Lavender Grey #B7B4D8

Tints of Lavender Grey #B7B4D8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.09%

 BLUE value IS 216 (84.77% from 255) = 37.31%

R = 31.61%
G = 31.09%
B = 37.31%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B7B4D8 (or 0xB7B4D8) is known color: Lavender Grey. HEX triplet: B7, B4 and D8. RGB value is (183,180,216). Sum of RGB (Red+Green+Blue) = 183+180+216=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7B4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4D8 is #484B27. Grayscale: #B8B8B8. Windows color (decimal): -4737832 or 14202039. OLE color: 14202039.

HSL color Cylindrical-coordinate representation of color #B7B4D8: hue angle of 245º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7B4D8 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 180 216 -
CMYK 0.15 0.17 0 0.15
HSL 245º 0.32% 0.78% -
HSV(B) 245º 0.17% 0.85% -
XYZ 48.24 47.67 71.62 -
YUV 185 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 183 180 216 0.15 0.17 0 0.15 245 0.32 0.78
Hex B7 B4 D8 F 11 0 F F5 20 4E
Octal 267 264 330 17 21 0 17 365 40 116
Binary 10110111 10110100 11011000 1111 10001 0 1111 11110101 100000 1001110

Color Harmonies of #B7B4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B4D8

Black with #B7B4D8

Text Example


Text Example

White with #B7B4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B4D8; }

 p { color: rgb(183,180,216); }

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

background-color css

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

 a { background-color: rgb(183,180,216); }

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

border-color css

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

 span { border-color: rgb(183,180,216); }

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