#98ACBF

Color #98ACBF Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #98ACBF

Tints of Nepal #98ACBF

Color information

#98ACBF (or 0x98ACBF) is unknown color: approx Nepal. HEX triplet: 98, AC and BF. RGB value is (152,172,191). Sum of RGB (Red+Green+Blue) = 152+172+191=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #98ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACBF is #675340. Grayscale: #A8A8A8. Windows color (decimal): -6771521 or 12561560. OLE color: 12561560.

HSL color Cylindrical-coordinate representation of color #98ACBF: hue angle of 209.23º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98ACBF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152172191-
CMYK0.200.1000.25
HSL209.23º23.35%67.25%-
HSV(B)209.23º20.42%74.9%-
XYZ37.1139.9455.04-
YUV168.19140.87116.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.51%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 191 (75% from 255) = 37.09%
R=29.51%
G=33.40%
B=37.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521721910.200.1000.25209.2323.3567.25
Hex98ACBF14A019d11743
Octal230254277241203132127103
Binary10011000101011001011111110100101001100111010001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,172,191); }

 H1.HeaderClassName
 {
   color: #98ACBF;
 }
 .AnyTagClassName
 {
   color: #98ACBF;
 }
</style>
background-color css

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

 a { background-color: rgb(152,172,191); }

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

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

 span { border-color: rgb(152,172,191); }

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