#BAB0BF

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

Shades of Chatelle #BAB0BF

Tints of Chatelle #BAB0BF

Color information

#BAB0BF (or 0xBAB0BF) is unknown color: approx Chatelle. HEX triplet: BA, B0 and BF. RGB value is (186,176,191). Sum of RGB (Red+Green+Blue) = 186+176+191=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #BAB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0BF is #454F40. Grayscale: #B4B4B4. Windows color (decimal): -4542273 or 12562618. OLE color: 12562618.

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

Color convert

RGB186176191-
CMYK0.030.0800.25
HSL280º10.49%71.96%-
HSV(B)280º7.85%74.9%-
XYZ45.1845.2555.64-
YUV180.7133.81131.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 191 (75% from 255) = 34.54%
R=33.63%
G=31.83%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861761910.030.0800.2528010.4971.96
HexBAB0BF38019118a48
Octal27226027731003143012110
Binary10111010101100001011111111100001100110001100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0BF; }

 p { color: rgb(186,176,191); }

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

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

 a { background-color: rgb(186,176,191); }

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

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

 span { border-color: rgb(186,176,191); }

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