Html Css Color HEX #98ABBD Nepal

📋 copy color: '#98ABBD'

red 152 ◦ green 171 ◦ blue 189

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

Shades of Nepal #98ABBD

Tints of Nepal #98ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 29.69%
G = 33.4%
B = 36.91%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98ABBD (or 0x98ABBD) is known color: Nepal. HEX triplet: 98, AB and BD. RGB value is (152,171,189). Sum of RGB (Red+Green+Blue) = 152+171+189=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #98ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBD is #675442. Grayscale: #A7A7A7. Windows color (decimal): -6771779 or 12430232. OLE color: 12430232.

HSL color Cylindrical-coordinate representation of color #98ABBD: hue angle of 209.19º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98ABBD is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 171 189 -
CMYK 0.20 0.10 0 0.26
HSL 209.19º 0.22% 0.67% -
HSV(B) 209.19º 0.2% 0.74% -
XYZ 36.7 39.48 53.83 -
YUV 167.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 152 171 189 0.20 0.10 0 0.26 209.19 0.22 0.67
Hex 98 AB BD 14 A 0 1A D1 16 43
Octal 230 253 275 24 12 0 32 321 26 103
Binary 10011000 10101011 10111101 10100 1010 0 11010 11010001 10110 1000011

Color Harmonies of #98ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABBD

Black with #98ABBD

Text Example


Text Example

White with #98ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,189); }

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

background-color css

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

 a { background-color: rgb(152,171,189); }

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

border-color css

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

 span { border-color: rgb(152,171,189); }

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