Html Css Color HEX #B7B1DA Lavender Grey

📋 copy color: '#B7B1DA'

red 183 ◦ green 177 ◦ blue 218

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

Shades of Lavender Grey #B7B1DA

Tints of Lavender Grey #B7B1DA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.62%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 31.66%
G = 30.62%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B7B1DA (or 0xB7B1DA) is known color: Lavender Grey. HEX triplet: B7, B1 and DA. RGB value is (183,177,218). Sum of RGB (Red+Green+Blue) = 183+177+218=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7B1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1DA is #484E25. Grayscale: #B7B7B7. Windows color (decimal): -4738598 or 14332343. OLE color: 14332343.

HSL color Cylindrical-coordinate representation of color #B7B1DA: hue angle of 248.78º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7B1DA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 177 218 -
CMYK 0.16 0.19 0 0.15
HSL 248.78º 0.36% 0.77% -
HSV(B) 248.78º 0.19% 0.85% -
XYZ 47.91 46.57 72.79 -
YUV 183.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 183 177 218 0.16 0.19 0 0.15 248.78 0.36 0.77
Hex B7 B1 DA 10 13 0 F F9 24 4D
Octal 267 261 332 20 23 0 17 371 44 115
Binary 10110111 10110001 11011010 10000 10011 0 1111 11111001 100100 1001101

Color Harmonies of #B7B1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B1DA

Black with #B7B1DA

Text Example


Text Example

White with #B7B1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B1DA; }

 p { color: rgb(183,177,218); }

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

background-color css

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

 a { background-color: rgb(183,177,218); }

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

border-color css

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

 span { border-color: rgb(183,177,218); }

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