#BACBBA

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

Shades of Paris White #BACBBA

Tints of Paris White #BACBBA

Color information

#BACBBA (or 0xBACBBA) is unknown color: approx Paris White. HEX triplet: BA, CB and BA. RGB value is (186,203,186). Sum of RGB (Red+Green+Blue) = 186+203+186=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBBA is #453445. Grayscale: #C4C4C4. Windows color (decimal): -4535366 or 12241850. OLE color: 12241850.

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

Color convert

RGB186203186-
CMYK0.0800.080.20
HSL120º14.05%76.27%-
HSV(B)120º8.37%79.61%-
XYZ50.4756.754.74-
YUV195.98122.37120.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=32.35%
G=35.30%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031860.0800.080.2012014.0576.27
HexBACBBA8081478e4c
Octal272313272100102417016114
Binary10111010110010111011101010000100010100111100011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBBA; }

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

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

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

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

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

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

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

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