Html Css Color HEX #98B0BF Nepal

📋 copy color: '#98B0BF'

red 152 ◦ green 176 ◦ blue 191

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

Shades of Nepal #98B0BF

Tints of Nepal #98B0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.8%

R = 29.29%
G = 33.91%
B = 36.8%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#98B0BF (or 0x98B0BF) is known color: Nepal. HEX triplet: 98, B0 and BF. RGB value is (152,176,191). Sum of RGB (Red+Green+Blue) = 152+176+191=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #98B0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0BF is #674F40. Grayscale: #AAAAAA. Windows color (decimal): -6770497 or 12562584. OLE color: 12562584.

HSL color Cylindrical-coordinate representation of color #98B0BF: hue angle of 203.08º 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 #98B0BF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 176 191 -
CMYK 0.20 0.08 0 0.25
HSL 203.08º 0.23% 0.67% -
HSV(B) 203.08º 0.2% 0.75% -
XYZ 37.88 41.49 55.3 -
YUV 170.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 152 176 191 0.20 0.08 0 0.25 203.08 0.23 0.67
Hex 98 B0 BF 14 8 0 19 CB 17 43
Octal 230 260 277 24 10 0 31 313 27 103
Binary 10011000 10110000 10111111 10100 1000 0 11001 11001011 10111 1000011

Color Harmonies of #98B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B0BF

Black with #98B0BF

Text Example


Text Example

White with #98B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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