#B3AFCD

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

Shades of Blue Haze #B3AFCD

Tints of Blue Haze #B3AFCD

Color information

#B3AFCD (or 0xB3AFCD) is unknown color: approx Blue Haze. HEX triplet: B3, AF and CD. RGB value is (179,175,205). Sum of RGB (Red+Green+Blue) = 179+175+205=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFCD is #4C5032. Grayscale: #B3B3B3. Windows color (decimal): -5001267 or 13479859. OLE color: 13479859.

HSL color Cylindrical-coordinate representation of color #B3AFCD: hue angle of 248º 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 #B3AFCD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179175205-
CMYK0.130.1500.20
HSL248º23.08%74.51%-
HSV(B)248º14.63%80.39%-
XYZ44.9444.6564.01-
YUV179.62142.33127.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=32.02%
G=31.31%
B=36.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791752050.130.1500.2024823.0874.51
HexB3AFCDDF014f8174b
Octal263257315151702437027113
Binary1011001110101111110011011101111101010011111000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFCD; }

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

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

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

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

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

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

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

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