#BAB3BE

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

Shades of Chatelle #BAB3BE

Tints of Chatelle #BAB3BE

Color information

#BAB3BE (or 0xBAB3BE) is unknown color: approx Chatelle. HEX triplet: BA, B3 and BE. RGB value is (186,179,190). Sum of RGB (Red+Green+Blue) = 186+179+190=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3BE is #454C41. Grayscale: #B6B6B6. Windows color (decimal): -4541506 or 12497850. OLE color: 12497850.

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

Color convert

RGB186179190-
CMYK0.020.0600.25
HSL278.18º7.8%72.35%-
HSV(B)278.18º5.79%74.51%-
XYZ45.6646.455.26-
YUV182.35132.32130.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=33.51%
G=32.25%
B=34.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861791900.020.0600.25278.187.872.35
HexBAB3BE26019116848
Octal2722632762603142610110
Binary1011101010110011101111101011001100110001011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3BE; }

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

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

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

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

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

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

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

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