Html Css Color HEX #98AEBD Nepal

📋 copy color: '#98AEBD'

red 152 ◦ green 174 ◦ blue 189

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

Shades of Nepal #98AEBD

Tints of Nepal #98AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.79%

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

R = 29.51%
G = 33.79%
B = 36.7%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98AEBD (or 0x98AEBD) is known color: Nepal. HEX triplet: 98, AE and BD. RGB value is (152,174,189). Sum of RGB (Red+Green+Blue) = 152+174+189=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #98AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEBD is #675142. Grayscale: #A9A9A9. Windows color (decimal): -6771011 or 12431000. OLE color: 12431000.

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

Color convert

RGB 152 174 189 -
CMYK 0.20 0.08 0 0.26
HSL 204.32º 0.22% 0.67% -
HSV(B) 204.32º 0.2% 0.74% -
XYZ 37.27 40.62 54.02 -
YUV 169.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 152 174 189 0.20 0.08 0 0.26 204.32 0.22 0.67
Hex 98 AE BD 14 8 0 1A CC 16 43
Octal 230 256 275 24 10 0 32 314 26 103
Binary 10011000 10101110 10111101 10100 1000 0 11010 11001100 10110 1000011

Color Harmonies of #98AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AEBD

Black with #98AEBD

Text Example


Text Example

White with #98AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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