Html Css Color HEX #98B3C1 Nepal

📋 copy color: '#98B3C1'

red 152 ◦ green 179 ◦ blue 193

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

Shades of Nepal #98B3C1

Tints of Nepal #98B3C1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 29.01%
G = 34.16%
B = 36.83%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#98B3C1 (or 0x98B3C1) is known color: Nepal. HEX triplet: 98, B3 and C1. RGB value is (152,179,193). Sum of RGB (Red+Green+Blue) = 152+179+193=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #98B3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3C1 is #674C3E. Grayscale: #ACACAC. Windows color (decimal): -6769727 or 12694424. OLE color: 12694424.

HSL color Cylindrical-coordinate representation of color #98B3C1: hue angle of 200.49º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98B3C1 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 179 193 -
CMYK 0.21 0.07 0 0.24
HSL 200.49º 0.25% 0.68% -
HSV(B) 200.49º 0.21% 0.76% -
XYZ 38.69 42.77 56.67 -
YUV 172.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 152 179 193 0.21 0.07 0 0.24 200.49 0.25 0.68
Hex 98 B3 C1 15 7 0 18 C8 19 44
Octal 230 263 301 25 7 0 30 310 31 104
Binary 10011000 10110011 11000001 10101 111 0 11000 11001000 11001 1000100

Color Harmonies of #98B3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B3C1

Black with #98B3C1

Text Example


Text Example

White with #98B3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,179,193); }

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

background-color css

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

 a { background-color: rgb(152,179,193); }

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

border-color css

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

 span { border-color: rgb(152,179,193); }

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