#B1A0BF

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

Shades of Chatelle #B1A0BF

Tints of Chatelle #B1A0BF

Color information

#B1A0BF (or 0xB1A0BF) is unknown color: approx Chatelle. HEX triplet: B1, A0 and BF. RGB value is (177,160,191). Sum of RGB (Red+Green+Blue) = 177+160+191=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0BF is #4E5F40. Grayscale: #A8A8A8. Windows color (decimal): -5136193 or 12558513. OLE color: 12558513.

HSL color Cylindrical-coordinate representation of color #B1A0BF: hue angle of 272.9º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1A0BF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177160191-
CMYK0.070.1600.25
HSL272.9º19.5%68.82%-
HSV(B)272.9º16.23%74.9%-
XYZ40.1138.2554.56-
YUV168.62140.63133.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 191 (75% from 255) = 36.17%
R=33.52%
G=30.30%
B=36.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771601910.070.1600.25272.919.568.82
HexB1A0BF7100191111345
Octal26124027772003142123105
Binary10110001101000001011111111110000011001100010001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A0BF; }

 p { color: rgb(177,160,191); }

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

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

 a { background-color: rgb(177,160,191); }

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

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

 span { border-color: rgb(177,160,191); }

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