Html Css Color HEX #98AEBC Nepal

📋 copy color: '#98AEBC'

red 152 ◦ green 174 ◦ blue 188

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

Shades of Nepal #98AEBC

Tints of Nepal #98AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 29.57%
G = 33.85%
B = 36.58%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#98AEBC (or 0x98AEBC) is known color: Nepal. HEX triplet: 98, AE and BC. RGB value is (152,174,188). Sum of RGB (Red+Green+Blue) = 152+174+188=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: blue. Hex color #98AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEBC is #675143. Grayscale: #A8A8A8. Windows color (decimal): -6771012 or 12365464. OLE color: 12365464.

HSL color Cylindrical-coordinate representation of color #98AEBC: hue angle of 203.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98AEBC is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 174 188 -
CMYK 0.19 0.07 0 0.26
HSL 203.33º 0.21% 0.67% -
HSV(B) 203.33º 0.19% 0.74% -
XYZ 37.16 40.58 53.45 -
YUV 169.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 152 174 188 0.19 0.07 0 0.26 203.33 0.21 0.67
Hex 98 AE BC 13 7 0 1A CB 15 43
Octal 230 256 274 23 7 0 32 313 25 103
Binary 10011000 10101110 10111100 10011 111 0 11010 11001011 10101 1000011

Color Harmonies of #98AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AEBC

Black with #98AEBC

Text Example


Text Example

White with #98AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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