#8DA2AD

Color #8DA2AD Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8DA2AD

Tints of Bali Hai #8DA2AD

Color information

#8DA2AD (or 0x8DA2AD) is unknown color: approx Bali Hai. HEX triplet: 8D, A2 and AD. RGB value is (141,162,173). Sum of RGB (Red+Green+Blue) = 141+162+173=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA2AD is #725D52. Grayscale: #9C9C9C. Windows color (decimal): -7494995 or 11379341. OLE color: 11379341.

HSL color Cylindrical-coordinate representation of color #8DA2AD: hue angle of 200.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA2AD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141162173-
CMYK0.180.0600.32
HSL200.62º16.33%61.57%-
HSV(B)200.62º18.5%67.84%-
XYZ31.4534.5244.54-
YUV156.98137.04116.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=29.62%
G=34.03%
B=36.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411621730.180.0600.32200.6216.3361.57
Hex8DA2AD126020c9103e
Octal2152422552260403112076
Binary1000110110100010101011011001011001000001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA2AD; }

 p { color: rgb(141,162,173); }

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

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

 a { background-color: rgb(141,162,173); }

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

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

 span { border-color: rgb(141,162,173); }

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