#BAB4BD

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

Shades of Chatelle #BAB4BD

Tints of Chatelle #BAB4BD

Color information

#BAB4BD (or 0xBAB4BD) is unknown color: approx Chatelle. HEX triplet: BA, B4 and BD. RGB value is (186,180,189). Sum of RGB (Red+Green+Blue) = 186+180+189=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 189 - color contains mainly: blue. Hex color #BAB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4BD is #454B42. Grayscale: #B6B6B6. Windows color (decimal): -4541251 or 12432570. OLE color: 12432570.

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

Color convert

RGB186180189-
CMYK0.020.0500.26
HSL280º6.38%72.35%-
HSV(B)280º4.76%74.12%-
XYZ45.7646.7654.76-
YUV182.82131.49130.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=33.51%
G=32.43%
B=34.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861801890.020.0500.262806.3872.35
HexBAB4BD2501A118648
Octal272264275250324306110
Binary101110101011010010111101101010110101000110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4BD; }

 p { color: rgb(186,180,189); }

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

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

 a { background-color: rgb(186,180,189); }

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

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

 span { border-color: rgb(186,180,189); }

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