#B7AFCD

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

Shades of Blue Haze #B7AFCD

Tints of Blue Haze #B7AFCD

Color information

#B7AFCD (or 0xB7AFCD) is unknown color: approx Blue Haze. HEX triplet: B7, AF and CD. RGB value is (183,175,205). Sum of RGB (Red+Green+Blue) = 183+175+205=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFCD is #485032. Grayscale: #B4B4B4. Windows color (decimal): -4739123 or 13479863. OLE color: 13479863.

HSL color Cylindrical-coordinate representation of color #B7AFCD: hue angle of 256º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7AFCD is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183175205-
CMYK0.110.1500.20
HSL256º23.08%74.51%-
HSV(B)256º14.63%80.39%-
XYZ45.8845.1464.05-
YUV180.81141.65129.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=32.50%
G=31.08%
B=36.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831752050.110.1500.2025623.0874.51
HexB7AFCDBF014100174b
Octal267257315131702440027113
Binary10110111101011111100110110111111010100100000000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFCD; }

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

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

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

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

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

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

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

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