#B0AFC1

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

Shades of Blue Haze #B0AFC1

Tints of Blue Haze #B0AFC1

Color information

#B0AFC1 (or 0xB0AFC1) is unknown color: approx Blue Haze. HEX triplet: B0, AF and C1. RGB value is (176,175,193). Sum of RGB (Red+Green+Blue) = 176+175+193=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC1 is #4F503E. Grayscale: #B1B1B1. Windows color (decimal): -5197887 or 12693424. OLE color: 12693424.

HSL color Cylindrical-coordinate representation of color #B0AFC1: hue angle of 243.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0AFC1 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176175193-
CMYK0.090.0900.24
HSL243.33º12.68%72.16%-
HSV(B)243.33º9.33%75.69%-
XYZ42.8643.7456.64-
YUV177.35136.83127.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=32.35%
G=32.17%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761751930.090.0900.24243.3312.6872.16
HexB0AFC199018f3d48
Octal260257301111103036315110
Binary101100001010111111000001100110010110001111001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFC1; }

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

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

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

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

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

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

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

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