Html Css Color HEX #88A1B7 Nepal

📋 copy color: '#88A1B7'

red 136 ◦ green 161 ◦ blue 183

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

Shades of Nepal #88A1B7

Tints of Nepal #88A1B7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.54%

 BLUE value IS 183 (71.88% from 255) = 38.13%

R = 28.33%
G = 33.54%
B = 38.13%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#88A1B7 (or 0x88A1B7) is known color: Nepal. HEX triplet: 88, A1 and B7. RGB value is (136,161,183). Sum of RGB (Red+Green+Blue) = 136+161+183=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 183 - color contains mainly: blue. Hex color #88A1B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A1B7 is #775E48. Grayscale: #9B9B9B. Windows color (decimal): -7822921 or 12034440. OLE color: 12034440.

HSL color Cylindrical-coordinate representation of color #88A1B7: hue angle of 208.09º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88A1B7 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 161 183 -
CMYK 0.26 0.12 0 0.28
HSL 208.09º 0.25% 0.63% -
HSV(B) 208.09º 0.26% 0.72% -
XYZ 31.45 34.14 49.73 -
YUV 156.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 136 161 183 0.26 0.12 0 0.28 208.09 0.25 0.63
Hex 88 A1 B7 1A C 0 1C D0 19 3F
Octal 210 241 267 32 14 0 34 320 31 77
Binary 10001000 10100001 10110111 11010 1100 0 11100 11010000 11001 111111

Color Harmonies of #88A1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A1B7

Black with #88A1B7

Text Example


Text Example

White with #88A1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,161,183); }

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

background-color css

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

 a { background-color: rgb(136,161,183); }

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

border-color css

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

 span { border-color: rgb(136,161,183); }

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