#B1AFB2

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

Shades of Chatelle #B1AFB2

Tints of Chatelle #B1AFB2

Color information

#B1AFB2 (or 0xB1AFB2) is unknown color: approx Chatelle. HEX triplet: B1, AF and B2. RGB value is (177,175,178). Sum of RGB (Red+Green+Blue) = 177+175+178=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 178 - color contains mainly: blue. Hex color #B1AFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFB2 is #4E504D. Grayscale: #AFAFAF. Windows color (decimal): -5132366 or 11710385. OLE color: 11710385.

HSL color Cylindrical-coordinate representation of color #B1AFB2: hue angle of 280º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B1AFB2 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177175178-
CMYK0.010.0200.30
HSL280º1.91%69.22%-
HSV(B)280º1.69%69.8%-
XYZ41.543.2248.27-
YUV175.94129.16128.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=33.40%
G=33.02%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771751780.010.0200.302801.9169.22
HexB1AFB21201E118245
Octal261257262120364302105
Binary101100011010111110110010110011110100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFB2; }

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

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

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

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

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

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

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

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