#B1A0BE

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

Shades of Chatelle #B1A0BE

Tints of Chatelle #B1A0BE

Color information

#B1A0BE (or 0xB1A0BE) is unknown color: approx Chatelle. HEX triplet: B1, A0 and BE. RGB value is (177,160,190). Sum of RGB (Red+Green+Blue) = 177+160+190=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0BE is #4E5F41. Grayscale: #A8A8A8. Windows color (decimal): -5136194 or 12492977. OLE color: 12492977.

HSL color Cylindrical-coordinate representation of color #B1A0BE: hue angle of 274º 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 #B1A0BE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177160190-
CMYK0.070.1600.25
HSL274º18.75%68.63%-
HSV(B)274º15.79%74.51%-
XYZ4038.2153.98-
YUV168.5140.13134.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=33.59%
G=30.36%
B=36.05%

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
Decimal1771601900.070.1600.2527418.7568.63
HexB1A0BE7100191121345
Octal26124027672003142223105
Binary10110001101000001011111011110000011001100010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A0BE; }

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

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

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

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

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

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

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

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