Html Css Color HEX #88A3AD Bali Hai

📋 copy color: '#88A3AD'

red 136 ◦ green 163 ◦ blue 173

#88A3AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #88A3AD

Tints of Bali Hai #88A3AD

RGB

 RED value IS 136 (53.52% from 255) = 28.81%

 GREEN value IS 163 (64.06% from 255) = 34.53%

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 28.81%
G = 34.53%
B = 36.65%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#88A3AD (or 0x88A3AD) is known color: Bali Hai. HEX triplet: 88, A3 and AD. RGB value is (136,163,173). Sum of RGB (Red+Green+Blue) = 136+163+173=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #88A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A3AD is #775C52. Grayscale: #9C9C9C. Windows color (decimal): -7822419 or 11379592. OLE color: 11379592.

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

Color convert

RGB 136 163 173 -
CMYK 0.21 0.06 0 0.32
HSL 196.22º 0.18% 0.61% -
HSV(B) 196.22º 0.21% 0.68% -
XYZ 30.79 34.45 44.56 -
YUV 156.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 136 163 173 0.21 0.06 0 0.32 196.22 0.18 0.61
Hex 88 A3 AD 15 6 0 20 C4 12 3D
Octal 210 243 255 25 6 0 40 304 22 75
Binary 10001000 10100011 10101101 10101 110 0 100000 11000100 10010 111101

Color Harmonies of #88A3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3AD

Black with #88A3AD

Text Example


Text Example

White with #88A3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A3AD; }

 p { color: rgb(136,163,173); }

 H1.HeaderClassName
 {
   color: #88A3AD;
 }
 .AnyTagClassName
 {
   color: #88A3AD;
 }
</style>

background-color css

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

 a { background-color: rgb(136,163,173); }

 div.DivClassName
 {
   background-color: #88A3AD;
 }
 .BgClassName
 {
   background-color: #88A3AD;
 }
</style>

border-color css

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

 span { border-color: rgb(136,163,173); }

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