#BACEBB

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

Shades of Paris White #BACEBB

Tints of Paris White #BACEBB

Color information

#BACEBB (or 0xBACEBB) is unknown color: approx Paris White. HEX triplet: BA, CE and BB. RGB value is (186,206,187). Sum of RGB (Red+Green+Blue) = 186+206+187=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEBB is #453144. Grayscale: #C5C5C5. Windows color (decimal): -4534597 or 12308154. OLE color: 12308154.

HSL color Cylindrical-coordinate representation of color #BACEBB: hue angle of 123º degrees, saturation: 0.17, 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 #BACEBB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB186206187-
CMYK0.1000.090.19
HSL123º16.95%76.86%-
HSV(B)123º9.71%80.78%-
XYZ51.2958.1755.54-
YUV197.85121.87119.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=32.12%
G=35.58%
B=32.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061870.1000.090.1912316.9576.86
HexBACEBBA09137b114d
Octal272316273120112317321115
Binary101110101100111010111011101001001100111111011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEBB; }

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

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

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

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

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

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

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

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