#B1AFCB

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

Shades of Blue Haze #B1AFCB

Tints of Blue Haze #B1AFCB

Color information

#B1AFCB (or 0xB1AFCB) is unknown color: approx Blue Haze. HEX triplet: B1, AF and CB. RGB value is (177,175,203). Sum of RGB (Red+Green+Blue) = 177+175+203=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFCB is #4E5034. Grayscale: #B2B2B2. Windows color (decimal): -5132341 or 13348785. OLE color: 13348785.

HSL color Cylindrical-coordinate representation of color #B1AFCB: hue angle of 244.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1AFCB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177175203-
CMYK0.130.1400.20
HSL244.29º21.21%74.12%-
HSV(B)244.29º13.79%79.61%-
XYZ44.2444.3262.72-
YUV178.79141.66126.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=31.89%
G=31.53%
B=36.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771752030.130.1400.20244.2921.2174.12
HexB1AFCBDE014f4154a
Octal261257313151602436425112
Binary1011000110101111110010111101111001010011110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFCB; }

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

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

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

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

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

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

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

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