#B1AACF

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

Shades of Blue Haze #B1AACF

Tints of Blue Haze #B1AACF

Color information

#B1AACF (or 0xB1AACF) is unknown color: approx Blue Haze. HEX triplet: B1, AA and CF. RGB value is (177,170,207). Sum of RGB (Red+Green+Blue) = 177+170+207=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AACF is #4E5530. Grayscale: #B0B0B0. Windows color (decimal): -5133617 or 13609649. OLE color: 13609649.

HSL color Cylindrical-coordinate representation of color #B1AACF: hue angle of 251.35º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1AACF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177170207-
CMYK0.140.1800.19
HSL251.35º27.82%73.92%-
HSV(B)251.35º17.87%81.18%-
XYZ43.7742.664.95-
YUV176.31145.32128.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=31.95%
G=30.69%
B=37.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771702070.140.1800.19251.3527.8273.92
HexB1AACFE12013fb1c4a
Octal261252317162202337334112
Binary10110001101010101100111111101001001001111111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AACF; }

 p { color: rgb(177,170,207); }

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

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

 a { background-color: rgb(177,170,207); }

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

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

 span { border-color: rgb(177,170,207); }

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