Html Css Color HEX #99ABBE Nepal

📋 copy color: '#99ABBE'

red 153 ◦ green 171 ◦ blue 190

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

Shades of Nepal #99ABBE

Tints of Nepal #99ABBE

RGB

 RED value IS 153 (60.16% from 255) = 29.77%

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

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

R = 29.77%
G = 33.27%
B = 36.96%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#99ABBE (or 0x99ABBE) is known color: Nepal. HEX triplet: 99, AB and BE. RGB value is (153,171,190). Sum of RGB (Red+Green+Blue) = 153+171+190=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #99ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ABBE is #665441. Grayscale: #A7A7A7. Windows color (decimal): -6706242 or 12495769. OLE color: 12495769.

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

Color convert

RGB 153 171 190 -
CMYK 0.19 0.10 0 0.25
HSL 210.81º 0.22% 0.67% -
HSV(B) 210.81º 0.19% 0.75% -
XYZ 36.99 39.62 54.41 -
YUV 167.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 153 171 190 0.19 0.10 0 0.25 210.81 0.22 0.67
Hex 99 AB BE 13 A 0 19 D3 16 43
Octal 231 253 276 23 12 0 31 323 26 103
Binary 10011001 10101011 10111110 10011 1010 0 11001 11010011 10110 1000011

Color Harmonies of #99ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABBE

Black with #99ABBE

Text Example


Text Example

White with #99ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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