#B7AFDF

Color #B7AFDF Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B7AFDF

Tints of Lavender Grey #B7AFDF

Color information

#B7AFDF (or 0xB7AFDF) is unknown color: approx Lavender Grey. HEX triplet: B7, AF and DF. RGB value is (183,175,223). Sum of RGB (Red+Green+Blue) = 183+175+223=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFDF is #485020. Grayscale: #B6B6B6. Windows color (decimal): -4739105 or 14659511. OLE color: 14659511.

HSL color Cylindrical-coordinate representation of color #B7AFDF: hue angle of 250º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7AFDF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183175223-
CMYK0.180.2200.13
HSL250º42.86%78.04%-
HSV(B)250º21.52%87.45%-
XYZ48.1846.0576.16-
YUV182.86150.65128.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=31.50%
G=30.12%
B=38.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831752230.180.2200.1325042.8678.04
HexB7AFDF12160Dfa2b4e
Octal267257337222601537253116
Binary101101111010111111011111100101011001101111110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFDF; }

 p { color: rgb(183,175,223); }

 H1.HeaderClassName
 {
   color: #B7AFDF;
 }
 .AnyTagClassName
 {
   color: #B7AFDF;
 }
</style>
background-color css

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

 a { background-color: rgb(183,175,223); }

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

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

 span { border-color: rgb(183,175,223); }

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