#BAD0B9

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

Shades of Paris White #BAD0B9

Tints of Paris White #BAD0B9

Color information

#BAD0B9 (or 0xBAD0B9) is unknown color: approx Paris White. HEX triplet: BA, D0 and B9. RGB value is (186,208,185). Sum of RGB (Red+Green+Blue) = 186+208+185=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0B9 is #452F46. Grayscale: #C6C6C6. Windows color (decimal): -4534087 or 12177594. OLE color: 12177594.

HSL color Cylindrical-coordinate representation of color #BAD0B9: hue angle of 117.39º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0B9 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB186208185-
CMYK0.1100.110.18
HSL117.39º19.66%77.06%-
HSV(B)117.39º11.06%81.57%-
XYZ51.5659.0554.58-
YUV198.8120.21118.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=32.12%
G=35.92%
B=31.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081850.1100.110.18117.3919.6677.06
HexBAD0B9B0B1275144d
Octal272320271130132216524115
Binary101110101101000010111001101101011100101110101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD0B9; }

 p { color: rgb(186,208,185); }

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

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

 a { background-color: rgb(186,208,185); }

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

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

 span { border-color: rgb(186,208,185); }

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