#B1AFD0

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

Shades of Blue Haze #B1AFD0

Tints of Blue Haze #B1AFD0

Color information

#B1AFD0 (or 0xB1AFD0) is unknown color: approx Blue Haze. HEX triplet: B1, AF and D0. RGB value is (177,175,208). Sum of RGB (Red+Green+Blue) = 177+175+208=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #B1AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFD0 is #4E502F. Grayscale: #B3B3B3. Windows color (decimal): -5132336 or 13676465. OLE color: 13676465.

HSL color Cylindrical-coordinate representation of color #B1AFD0: hue angle of 243.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1AFD0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177175208-
CMYK0.150.1600.18
HSL243.64º25.98%75.1%-
HSV(B)243.64º15.87%81.57%-
XYZ44.8544.5665.91-
YUV179.36144.16126.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=31.61%
G=31.25%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771752080.150.1600.18243.6425.9875.1
HexB1AFD0F10012f41a4b
Octal261257320172002236432113
Binary10110001101011111101000011111000001001011110100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFD0; }

 p { color: rgb(177,175,208); }

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

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

 a { background-color: rgb(177,175,208); }

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

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

 span { border-color: rgb(177,175,208); }

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