Html Css Color HEX #98A8B2 Nepal

📋 copy color: '#98A8B2'

red 152 ◦ green 168 ◦ blue 178

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

Shades of Nepal #98A8B2

Tints of Nepal #98A8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 178 (69.92% from 255) = 35.74%

R = 30.52%
G = 33.73%
B = 35.74%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#98A8B2 (or 0x98A8B2) is known color: Nepal. HEX triplet: 98, A8 and B2. RGB value is (152,168,178). Sum of RGB (Red+Green+Blue) = 152+168+178=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #98A8B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A8B2 is #67574D. Grayscale: #A4A4A4. Windows color (decimal): -6772558 or 11708568. OLE color: 11708568.

HSL color Cylindrical-coordinate representation of color #98A8B2: hue angle of 203.08º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98A8B2 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 168 178 -
CMYK 0.15 0.06 0 0.30
HSL 203.08º 0.14% 0.65% -
HSV(B) 203.08º 0.15% 0.7% -
XYZ 34.99 37.9 47.59 -
YUV 164.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 152 168 178 0.15 0.06 0 0.30 203.08 0.14 0.65
Hex 98 A8 B2 F 6 0 1E CB E 41
Octal 230 250 262 17 6 0 36 313 16 101
Binary 10011000 10101000 10110010 1111 110 0 11110 11001011 1110 1000001

Color Harmonies of #98A8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8B2

Black with #98A8B2

Text Example


Text Example

White with #98A8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,168,178); }

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

background-color css

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

 a { background-color: rgb(152,168,178); }

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

border-color css

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

 span { border-color: rgb(152,168,178); }

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