#B1AFC1

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

Shades of Blue Haze #B1AFC1

Tints of Blue Haze #B1AFC1

Color information

#B1AFC1 (or 0xB1AFC1) is unknown color: approx Blue Haze. HEX triplet: B1, AF and C1. RGB value is (177,175,193). Sum of RGB (Red+Green+Blue) = 177+175+193=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1AFC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFC1 is #4E503E. Grayscale: #B1B1B1. Windows color (decimal): -5132351 or 12693425. OLE color: 12693425.

HSL color Cylindrical-coordinate representation of color #B1AFC1: hue angle of 246.67º 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 #B1AFC1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177175193-
CMYK0.080.0900.24
HSL246.67º12.68%72.16%-
HSV(B)246.67º9.33%75.69%-
XYZ43.0943.8656.65-
YUV177.65136.66127.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=32.48%
G=32.11%
B=35.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771751930.080.0900.24246.6712.6872.16
HexB1AFC189018f7d48
Octal261257301101103036715110
Binary101100011010111111000001100010010110001111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFC1; }

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

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

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

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

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

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

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

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