#B3AFBF

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

Shades of Blue Haze #B3AFBF

Tints of Blue Haze #B3AFBF

Color information

#B3AFBF (or 0xB3AFBF) is unknown color: approx Blue Haze. HEX triplet: B3, AF and BF. RGB value is (179,175,191). Sum of RGB (Red+Green+Blue) = 179+175+191=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFBF is #4C5040. Grayscale: #B1B1B1. Windows color (decimal): -5001281 or 12562355. OLE color: 12562355.

HSL color Cylindrical-coordinate representation of color #B3AFBF: hue angle of 255º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3AFBF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179175191-
CMYK0.060.0800.25
HSL255º11.11%71.76%-
HSV(B)255º8.38%74.9%-
XYZ43.3244.0155.5-
YUV178.02135.33128.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 191 (75% from 255) = 35.05%
R=32.84%
G=32.11%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791751910.060.0800.2525511.1171.76
HexB3AFBF68019ffb48
Octal26325727761003137713110
Binary10110011101011111011111111010000110011111111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFBF; }

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

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

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

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

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

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

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

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