Html Css Color HEX #98AABB Nepal

📋 copy color: '#98AABB'

red 152 ◦ green 170 ◦ blue 187

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

Shades of Nepal #98AABB

Tints of Nepal #98AABB

RGB

 RED value IS 152 (59.77% from 255) = 29.86%

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 29.86%
G = 33.4%
B = 36.74%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#98AABB (or 0x98AABB) is known color: Nepal. HEX triplet: 98, AA and BB. RGB value is (152,170,187). Sum of RGB (Red+Green+Blue) = 152+170+187=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #98AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AABB is #675544. Grayscale: #A6A6A6. Windows color (decimal): -6772037 or 12298904. OLE color: 12298904.

HSL color Cylindrical-coordinate representation of color #98AABB: hue angle of 209.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98AABB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 170 187 -
CMYK 0.19 0.09 0 0.27
HSL 209.14º 0.2% 0.66% -
HSV(B) 209.14º 0.19% 0.73% -
XYZ 36.29 39.01 52.63 -
YUV 166.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 152 170 187 0.19 0.09 0 0.27 209.14 0.2 0.66
Hex 98 AA BB 13 9 0 1B D1 14 42
Octal 230 252 273 23 11 0 33 321 24 102
Binary 10011000 10101010 10111011 10011 1001 0 11011 11010001 10100 1000010

Color Harmonies of #98AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AABB

Black with #98AABB

Text Example


Text Example

White with #98AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98AABB; }

 p { color: rgb(152,170,187); }

 H1.HeaderClassName
 {
   color: #98AABB;
 }
 .AnyTagClassName
 {
   color: #98AABB;
 }
</style>

background-color css

<style>
 a { background-color: #98AABB; }

 a { background-color: rgb(152,170,187); }

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

border-color css

<style>
 span { border-color: #98AABB; }

 span { border-color: rgb(152,170,187); }

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