#B0AFC4

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

Shades of Blue Haze #B0AFC4

Tints of Blue Haze #B0AFC4

Color information

#B0AFC4 (or 0xB0AFC4) is unknown color: approx Blue Haze. HEX triplet: B0, AF and C4. RGB value is (176,175,196). Sum of RGB (Red+Green+Blue) = 176+175+196=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #B0AFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC4 is #4F503B. Grayscale: #B1B1B1. Windows color (decimal): -5197884 or 12890032. OLE color: 12890032.

HSL color Cylindrical-coordinate representation of color #B0AFC4: hue angle of 242.86º 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 #B0AFC4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176175196-
CMYK0.100.1100.23
HSL242.86º15.11%72.75%-
HSV(B)242.86º10.71%76.86%-
XYZ43.243.8858.42-
YUV177.69138.33126.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=32.18%
G=31.99%
B=35.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761751960.100.1100.23242.8615.1172.75
HexB0AFC4AB017f3f49
Octal260257304121302736317111
Binary101100001010111111000100101010110101111111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFC4; }

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

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

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

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

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

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

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

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