Html Css Color HEX #98A6B2 Nepal

📋 copy color: '#98A6B2'

red 152 ◦ green 166 ◦ blue 178

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

Shades of Nepal #98A6B2

Tints of Nepal #98A6B2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.47%

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

R = 30.65%
G = 33.47%
B = 35.89%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#98A6B2 (or 0x98A6B2) is known color: Nepal. HEX triplet: 98, A6 and B2. RGB value is (152,166,178). Sum of RGB (Red+Green+Blue) = 152+166+178=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 178 - color contains mainly: blue. Hex color #98A6B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A6B2 is #67594D. Grayscale: #A3A3A3. Windows color (decimal): -6773070 or 11708056. OLE color: 11708056.

HSL color Cylindrical-coordinate representation of color #98A6B2: hue angle of 207.69º 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 #98A6B2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 166 178 -
CMYK 0.15 0.07 0 0.30
HSL 207.69º 0.14% 0.65% -
HSV(B) 207.69º 0.15% 0.7% -
XYZ 34.62 37.16 47.47 -
YUV 163.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 152 166 178 0.15 0.07 0 0.30 207.69 0.14 0.65
Hex 98 A6 B2 F 7 0 1E D0 E 41
Octal 230 246 262 17 7 0 36 320 16 101
Binary 10011000 10100110 10110010 1111 111 0 11110 11010000 1110 1000001

Color Harmonies of #98A6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A6B2

Black with #98A6B2

Text Example


Text Example

White with #98A6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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