#BACABA

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

Shades of Paris White #BACABA

Tints of Paris White #BACABA

Color information

#BACABA (or 0xBACABA) is unknown color: approx Paris White. HEX triplet: BA, CA and BA. RGB value is (186,202,186). Sum of RGB (Red+Green+Blue) = 186+202+186=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #BACABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACABA is #453545. Grayscale: #C3C3C3. Windows color (decimal): -4535622 or 12241594. OLE color: 12241594.

HSL color Cylindrical-coordinate representation of color #BACABA: hue angle of 120º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACABA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB186202186-
CMYK0.0800.080.21
HSL120º13.11%76.08%-
HSV(B)120º7.92%79.22%-
XYZ50.2356.2354.66-
YUV195.39122.7121.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=32.40%
G=35.19%
B=32.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021860.0800.080.2112013.1176.08
HexBACABA8081578d4c
Octal272312272100102517015114
Binary10111010110010101011101010000100010101111100011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACABA; }

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

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

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

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

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

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

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

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