Html Css Color HEX #88ABBC Nepal

📋 copy color: '#88ABBC'

red 136 ◦ green 171 ◦ blue 188

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

Shades of Nepal #88ABBC

Tints of Nepal #88ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 27.47%
G = 34.55%
B = 37.98%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88ABBC (or 0x88ABBC) is known color: Nepal. HEX triplet: 88, AB and BC. RGB value is (136,171,188). Sum of RGB (Red+Green+Blue) = 136+171+188=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #88ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABBC is #775443. Grayscale: #A2A2A2. Windows color (decimal): -7820356 or 12364680. OLE color: 12364680.

HSL color Cylindrical-coordinate representation of color #88ABBC: hue angle of 199.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88ABBC is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 171 188 -
CMYK 0.28 0.09 0 0.26
HSL 199.62º 0.28% 0.64% -
HSV(B) 199.62º 0.28% 0.74% -
XYZ 33.79 37.99 53.13 -
YUV 162.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 136 171 188 0.28 0.09 0 0.26 199.62 0.28 0.64
Hex 88 AB BC 1C 9 0 1A C8 1C 40
Octal 210 253 274 34 11 0 32 310 34 100
Binary 10001000 10101011 10111100 11100 1001 0 11010 11001000 11100 1000000

Color Harmonies of #88ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ABBC

Black with #88ABBC

Text Example


Text Example

White with #88ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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