Html Css Color HEX #98B1BD Nepal

📋 copy color: '#98B1BD'

red 152 ◦ green 177 ◦ blue 189

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

Shades of Nepal #98B1BD

Tints of Nepal #98B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

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

R = 29.34%
G = 34.17%
B = 36.49%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98B1BD (or 0x98B1BD) is known color: Nepal. HEX triplet: 98, B1 and BD. RGB value is (152,177,189). Sum of RGB (Red+Green+Blue) = 152+177+189=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #98B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1BD is #674E42. Grayscale: #AAAAAA. Windows color (decimal): -6770243 or 12431768. OLE color: 12431768.

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

Color convert

RGB 152 177 189 -
CMYK 0.20 0.06 0 0.26
HSL 199.46º 0.22% 0.67% -
HSV(B) 199.46º 0.2% 0.74% -
XYZ 37.86 41.79 54.22 -
YUV 170.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 152 177 189 0.20 0.06 0 0.26 199.46 0.22 0.67
Hex 98 B1 BD 14 6 0 1A C7 16 43
Octal 230 261 275 24 6 0 32 307 26 103
Binary 10011000 10110001 10111101 10100 110 0 11010 11000111 10110 1000011

Color Harmonies of #98B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B1BD

Black with #98B1BD

Text Example


Text Example

White with #98B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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