Html Css Color HEX #88ADC0 Nepal

📋 copy color: '#88ADC0'

red 136 ◦ green 173 ◦ blue 192

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

Shades of Nepal #88ADC0

Tints of Nepal #88ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 27.15%
G = 34.53%
B = 38.32%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#88ADC0 (or 0x88ADC0) is known color: Nepal. HEX triplet: 88, AD and C0. RGB value is (136,173,192). Sum of RGB (Red+Green+Blue) = 136+173+192=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #88ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADC0 is #77523F. Grayscale: #A3A3A3. Windows color (decimal): -7819840 or 12627336. OLE color: 12627336.

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

Color convert

RGB 136 173 192 -
CMYK 0.29 0.10 0 0.25
HSL 200.36º 0.31% 0.64% -
HSV(B) 200.36º 0.29% 0.75% -
XYZ 34.61 38.93 55.56 -
YUV 164.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 136 173 192 0.29 0.10 0 0.25 200.36 0.31 0.64
Hex 88 AD C0 1D A 0 19 C8 1F 40
Octal 210 255 300 35 12 0 31 310 37 100
Binary 10001000 10101101 11000000 11101 1010 0 11001 11001000 11111 1000000

Color Harmonies of #88ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADC0

Black with #88ADC0

Text Example


Text Example

White with #88ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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