Html Css Color HEX #88ABBE Nepal

📋 copy color: '#88ABBE'

red 136 ◦ green 171 ◦ blue 190

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

Shades of Nepal #88ABBE

Tints of Nepal #88ABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 27.36%
G = 34.41%
B = 38.23%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88ABBE (or 0x88ABBE) is known color: Nepal. HEX triplet: 88, AB and BE. RGB value is (136,171,190). Sum of RGB (Red+Green+Blue) = 136+171+190=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #88ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABBE is #775441. Grayscale: #A2A2A2. Windows color (decimal): -7820354 or 12495752. OLE color: 12495752.

HSL color Cylindrical-coordinate representation of color #88ABBE: hue angle of 201.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88ABBE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 171 190 -
CMYK 0.28 0.10 0 0.25
HSL 201.11º 0.29% 0.64% -
HSV(B) 201.11º 0.28% 0.75% -
XYZ 34.01 38.08 54.27 -
YUV 162.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 136 171 190 0.28 0.10 0 0.25 201.11 0.29 0.64
Hex 88 AB BE 1C A 0 19 C9 1D 40
Octal 210 253 276 34 12 0 31 311 35 100
Binary 10001000 10101011 10111110 11100 1010 0 11001 11001001 11101 1000000

Color Harmonies of #88ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABBE

Black with #88ABBE

Text Example


Text Example

White with #88ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,171,190); }

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

background-color css

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

 a { background-color: rgb(136,171,190); }

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

border-color css

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

 span { border-color: rgb(136,171,190); }

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