#BACEB9

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

Shades of Paris White #BACEB9

Tints of Paris White #BACEB9

Color information

#BACEB9 (or 0xBACEB9) is unknown color: approx Paris White. HEX triplet: BA, CE and B9. RGB value is (186,206,185). Sum of RGB (Red+Green+Blue) = 186+206+185=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEB9 is #453146. Grayscale: #C5C5C5. Windows color (decimal): -4534599 or 12177082. OLE color: 12177082.

HSL color Cylindrical-coordinate representation of color #BACEB9: hue angle of 117.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACEB9 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB186206185-
CMYK0.1000.100.19
HSL117.14º17.65%76.67%-
HSV(B)117.14º10.19%80.78%-
XYZ51.0858.0854.42-
YUV197.63120.87119.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=32.24%
G=35.70%
B=32.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061850.1000.100.19117.1417.6576.67
HexBACEB9A0A1375124d
Octal272316271120122316522115
Binary101110101100111010111001101001010100111110101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEB9; }

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

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

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

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

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

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

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

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