Html Css Color HEX #98B0BE Nepal

📋 copy color: '#98B0BE'

red 152 ◦ green 176 ◦ blue 190

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

Shades of Nepal #98B0BE

Tints of Nepal #98B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

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

R = 29.34%
G = 33.98%
B = 36.68%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98B0BE (or 0x98B0BE) is known color: Nepal. HEX triplet: 98, B0 and BE. RGB value is (152,176,190). Sum of RGB (Red+Green+Blue) = 152+176+190=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #98B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0BE is #674F41. Grayscale: #AAAAAA. Windows color (decimal): -6770498 or 12497048. OLE color: 12497048.

HSL color Cylindrical-coordinate representation of color #98B0BE: hue angle of 202.11º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98B0BE is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 176 190 -
CMYK 0.2 0.07 0 0.25
HSL 202.11º 0.23% 0.67% -
HSV(B) 202.11º 0.2% 0.75% -
XYZ 37.77 41.44 54.72 -
YUV 170.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 152 176 190 0.2 0.07 0 0.25 202.11 0.23 0.67
Hex 98 B0 BE 14 7 0 19 CA 17 43
Octal 230 260 276 24 7 0 31 312 27 103
Binary 10011000 10110000 10111110 10100 111 0 11001 11001010 10111 1000011

Color Harmonies of #98B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B0BE

Black with #98B0BE

Text Example


Text Example

White with #98B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,176,190); }

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

background-color css

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

 a { background-color: rgb(152,176,190); }

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

border-color css

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

 span { border-color: rgb(152,176,190); }

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