#BACDBB

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

Shades of Paris White #BACDBB

Tints of Paris White #BACDBB

Color information

#BACDBB (or 0xBACDBB) is unknown color: approx Paris White. HEX triplet: BA, CD and BB. RGB value is (186,205,187). Sum of RGB (Red+Green+Blue) = 186+205+187=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDBB is #453244. Grayscale: #C5C5C5. Windows color (decimal): -4534853 or 12307898. OLE color: 12307898.

HSL color Cylindrical-coordinate representation of color #BACDBB: hue angle of 123.16º 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 #BACDBB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB186205187-
CMYK0.0900.090.20
HSL123.16º15.97%76.67%-
HSV(B)123.16º9.27%80.39%-
XYZ51.0557.6955.46-
YUV197.27122.21119.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=32.18%
G=35.47%
B=32.35%

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
Decimal1862051870.0900.090.20123.1615.9776.67
HexBACDBB909147b104d
Octal272315273110112417320115
Binary101110101100110110111011100101001101001111011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDBB; }

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

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

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

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

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

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

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

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