#B7AFCC

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

Shades of Blue Haze #B7AFCC

Tints of Blue Haze #B7AFCC

Color information

#B7AFCC (or 0xB7AFCC) is unknown color: approx Blue Haze. HEX triplet: B7, AF and CC. RGB value is (183,175,204). Sum of RGB (Red+Green+Blue) = 183+175+204=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFCC is #485033. Grayscale: #B4B4B4. Windows color (decimal): -4739124 or 13414327. OLE color: 13414327.

HSL color Cylindrical-coordinate representation of color #B7AFCC: hue angle of 256.55º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7AFCC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183175204-
CMYK0.100.1400.2
HSL256.55º22.14%74.31%-
HSV(B)256.55º14.22%80%-
XYZ45.7645.0963.42-
YUV180.7141.15129.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=32.56%
G=31.14%
B=36.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831752040.100.1400.2256.5522.1474.31
HexB7AFCCAE014101164a
Octal267257314121602440126112
Binary10110111101011111100110010101110010100100000001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFCC; }

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

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

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

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

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

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

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

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