#BAB1BE

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

Shades of Chatelle #BAB1BE

Tints of Chatelle #BAB1BE

Color information

#BAB1BE (or 0xBAB1BE) is unknown color: approx Chatelle. HEX triplet: BA, B1 and BE. RGB value is (186,177,190). Sum of RGB (Red+Green+Blue) = 186+177+190=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1BE is #454E41. Grayscale: #B5B5B5. Windows color (decimal): -4542018 or 12497338. OLE color: 12497338.

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

Color convert

RGB186177190-
CMYK0.020.0700.25
HSL281.54º9.09%71.96%-
HSV(B)281.54º6.84%74.51%-
XYZ45.2745.655.13-
YUV181.17132.98131.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=33.63%
G=32.01%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861771900.020.0700.25281.549.0971.96
HexBAB1BE2701911a948
Octal2722612762703143211110
Binary1011101010110001101111101011101100110001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1BE; }

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

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

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

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

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

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

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

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