#B3AFC4

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

Shades of Blue Haze #B3AFC4

Tints of Blue Haze #B3AFC4

Color information

#B3AFC4 (or 0xB3AFC4) is unknown color: approx Blue Haze. HEX triplet: B3, AF and C4. RGB value is (179,175,196). Sum of RGB (Red+Green+Blue) = 179+175+196=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #B3AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFC4 is #4C503B. Grayscale: #B2B2B2. Windows color (decimal): -5001276 or 12890035. OLE color: 12890035.

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

Color convert

RGB179175196-
CMYK0.090.1100.23
HSL251.43º15.11%72.75%-
HSV(B)251.43º10.71%76.86%-
XYZ43.8844.2358.45-
YUV178.59137.83128.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=32.55%
G=31.82%
B=35.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791751960.090.1100.23251.4315.1172.75
HexB3AFC49B017fbf49
Octal263257304111302737317111
Binary101100111010111111000100100110110101111111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFC4; }

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

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

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

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

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

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

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

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