#BACDBA

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

Shades of Paris White #BACDBA

Tints of Paris White #BACDBA

Color information

#BACDBA (or 0xBACDBA) is unknown color: approx Paris White. HEX triplet: BA, CD and BA. RGB value is (186,205,186). Sum of RGB (Red+Green+Blue) = 186+205+186=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDBA is #453245. Grayscale: #C5C5C5. Windows color (decimal): -4534854 or 12242362. OLE color: 12242362.

HSL color Cylindrical-coordinate representation of color #BACDBA: hue angle of 120º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDBA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB186205186-
CMYK0.0900.090.20
HSL120º15.97%76.67%-
HSV(B)120º9.27%80.39%-
XYZ50.9457.6554.9-
YUV197.15121.71120.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=32.24%
G=35.53%
B=32.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051860.0900.090.2012015.9776.67
HexBACDBA9091478104d
Octal272315272110112417020115
Binary101110101100110110111010100101001101001111000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDBA; }

 p { color: rgb(186,205,186); }

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

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

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

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

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

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

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