#B7AFCE

Color #B7AFCE Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B7AFCE

Tints of Blue Haze #B7AFCE

Color information

#B7AFCE (or 0xB7AFCE) is unknown color: approx Blue Haze. HEX triplet: B7, AF and CE. RGB value is (183,175,206). Sum of RGB (Red+Green+Blue) = 183+175+206=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFCE is #485031. Grayscale: #B4B4B4. Windows color (decimal): -4739122 or 13545399. OLE color: 13545399.

HSL color Cylindrical-coordinate representation of color #B7AFCE: hue angle of 255.48º degrees, saturation: 0.24, 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 #B7AFCE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183175206-
CMYK0.110.1500.19
HSL255.48º24.03%74.71%-
HSV(B)255.48º15.05%80.78%-
XYZ4645.1864.69-
YUV180.93142.15129.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.45%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=32.45%
G=31.03%
B=36.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831752060.110.1500.19255.4824.0374.71
HexB7AFCEBF013ff184b
Octal267257316131702337730113
Binary1011011110101111110011101011111101001111111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFCE; }

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

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

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

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

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

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

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

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