#B0AFCF

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

Shades of Lavender Grey #B0AFCF

Tints of Lavender Grey #B0AFCF

Color information

#B0AFCF (or 0xB0AFCF) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and CF. RGB value is (176,175,207). Sum of RGB (Red+Green+Blue) = 176+175+207=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFCF is #4F5030. Grayscale: #B2B2B2. Windows color (decimal): -5197873 or 13610928. OLE color: 13610928.

HSL color Cylindrical-coordinate representation of color #B0AFCF: hue angle of 241.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0AFCF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176175207-
CMYK0.150.1500.19
HSL241.88º25%74.9%-
HSV(B)241.88º15.46%81.18%-
XYZ44.544.465.26-
YUV178.95143.83125.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.54%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=31.54%
G=31.36%
B=37.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761752070.150.1500.19241.882574.9
HexB0AFCFFF013f2194b
Octal260257317171702336231113
Binary1011000010101111110011111111111101001111110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFCF; }

 p { color: rgb(176,175,207); }

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

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

 a { background-color: rgb(176,175,207); }

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

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

 span { border-color: rgb(176,175,207); }

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