#B3AFD1

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

Shades of Blue Haze #B3AFD1

Tints of Blue Haze #B3AFD1

Color information

#B3AFD1 (or 0xB3AFD1) is unknown color: approx Blue Haze. HEX triplet: B3, AF and D1. RGB value is (179,175,209). Sum of RGB (Red+Green+Blue) = 179+175+209=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #B3AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFD1 is #4C502E. Grayscale: #B3B3B3. Windows color (decimal): -5001263 or 13742003. OLE color: 13742003.

HSL color Cylindrical-coordinate representation of color #B3AFD1: hue angle of 247.06º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3AFD1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179175209-
CMYK0.140.1600.18
HSL247.06º26.98%75.29%-
HSV(B)247.06º16.27%81.96%-
XYZ45.4344.8566.58-
YUV180.07144.33127.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=31.79%
G=31.08%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791752090.140.1600.18247.0626.9875.29
HexB3AFD1E10012f71b4b
Octal263257321162002236733113
Binary10110011101011111101000111101000001001011110111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFD1; }

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

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

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

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

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

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

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

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