Html Css Color HEX #88A0AE Bali Hai

📋 copy color: '#88A0AE'

red 136 ◦ green 160 ◦ blue 174

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

Shades of Bali Hai #88A0AE

Tints of Bali Hai #88A0AE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 28.94%
G = 34.04%
B = 37.02%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#88A0AE (or 0x88A0AE) is known color: Bali Hai. HEX triplet: 88, A0 and AE. RGB value is (136,160,174). Sum of RGB (Red+Green+Blue) = 136+160+174=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #88A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A0AE is #775F51. Grayscale: #9A9A9A. Windows color (decimal): -7823186 or 11444360. OLE color: 11444360.

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

Color convert

RGB 136 160 174 -
CMYK 0.22 0.08 0 0.32
HSL 202.11º 0.19% 0.61% -
HSV(B) 202.11º 0.22% 0.68% -
XYZ 30.36 33.43 44.9 -
YUV 154.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 136 160 174 0.22 0.08 0 0.32 202.11 0.19 0.61
Hex 88 A0 AE 16 8 0 20 CA 13 3D
Octal 210 240 256 26 10 0 40 312 23 75
Binary 10001000 10100000 10101110 10110 1000 0 100000 11001010 10011 111101

Color Harmonies of #88A0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A0AE

Black with #88A0AE

Text Example


Text Example

White with #88A0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,160,174); }

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

background-color css

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

 a { background-color: rgb(136,160,174); }

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

border-color css

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

 span { border-color: rgb(136,160,174); }

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