#B3B0BF

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

Shades of Blue Haze #B3B0BF

Tints of Blue Haze #B3B0BF

Color information

#B3B0BF (or 0xB3B0BF) is unknown color: approx Blue Haze. HEX triplet: B3, B0 and BF. RGB value is (179,176,191). Sum of RGB (Red+Green+Blue) = 179+176+191=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0BF is #4C4F40. Grayscale: #B2B2B2. Windows color (decimal): -5001025 or 12562611. OLE color: 12562611.

HSL color Cylindrical-coordinate representation of color #B3B0BF: hue angle of 252º degrees, saturation: 0.1, 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 #B3B0BF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179176191-
CMYK0.060.0800.25
HSL252º10.49%71.96%-
HSV(B)252º7.85%74.9%-
XYZ43.5244.455.57-
YUV178.61134.99128.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 191 (75% from 255) = 34.98%
R=32.78%
G=32.23%
B=34.98%

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
Decimal1791761910.060.0800.2525210.4971.96
HexB3B0BF68019fca48
Octal26326027761003137412110
Binary10110011101100001011111111010000110011111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0BF; }

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

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

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

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

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

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

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

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