Html Css Color HEX #98AEBA Nepal

📋 copy color: '#98AEBA'

red 152 ◦ green 174 ◦ blue 186

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

Shades of Nepal #98AEBA

Tints of Nepal #98AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 29.69%
G = 33.98%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#98AEBA (or 0x98AEBA) is known color: Nepal. HEX triplet: 98, AE and BA. RGB value is (152,174,186). Sum of RGB (Red+Green+Blue) = 152+174+186=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #98AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AEBA is #675145. Grayscale: #A8A8A8. Windows color (decimal): -6771014 or 12234392. OLE color: 12234392.

HSL color Cylindrical-coordinate representation of color #98AEBA: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98AEBA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 174 186 -
CMYK 0.18 0.06 0 0.27
HSL 201.18º 0.2% 0.66% -
HSV(B) 201.18º 0.18% 0.73% -
XYZ 36.95 40.49 52.32 -
YUV 168.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 152 174 186 0.18 0.06 0 0.27 201.18 0.2 0.66
Hex 98 AE BA 12 6 0 1B C9 14 42
Octal 230 256 272 22 6 0 33 311 24 102
Binary 10011000 10101110 10111010 10010 110 0 11011 11001001 10100 1000010

Color Harmonies of #98AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AEBA

Black with #98AEBA

Text Example


Text Example

White with #98AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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