#BAC0D5

Color #BAC0D5 Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #BAC0D5

Tints of Link Water #BAC0D5

Color information

#BAC0D5 (or 0xBAC0D5) is unknown color: approx Link Water. HEX triplet: BA, C0 and D5. RGB value is (186,192,213). Sum of RGB (Red+Green+Blue) = 186+192+213=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D5 is #453F2A. Grayscale: #C0C0C0. Windows color (decimal): -4538155 or 14008506. OLE color: 14008506.

HSL color Cylindrical-coordinate representation of color #BAC0D5: hue angle of 226.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC0D5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186192213-
CMYK0.130.1000.16
HSL226.67º24.32%78.24%-
HSV(B)226.67º12.68%83.53%-
XYZ51.1152.9470.48-
YUV192.6139.51123.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 213 (83.59% from 255) = 36.04%
R=31.47%
G=32.49%
B=36.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861922130.130.1000.16226.6724.3278.24
HexBAC0D5DA010e3184e
Octal272300325151202034330116
Binary1011101011000000110101011101101001000011100011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0D5; }

 p { color: rgb(186,192,213); }

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

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

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

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

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

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

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