#98ACBE

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

Shades of Nepal #98ACBE

Tints of Nepal #98ACBE

Color information

#98ACBE (or 0x98ACBE) is unknown color: approx Nepal. HEX triplet: 98, AC and BE. RGB value is (152,172,190). Sum of RGB (Red+Green+Blue) = 152+172+190=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #98ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACBE is #675341. Grayscale: #A7A7A7. Windows color (decimal): -6771522 or 12496024. OLE color: 12496024.

HSL color Cylindrical-coordinate representation of color #98ACBE: hue angle of 208.42º 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 #98ACBE is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152172190-
CMYK0.20.0900.25
HSL208.42º22.62%67.06%-
HSV(B)208.42º20%74.51%-
XYZ3739.954.47-
YUV168.07140.37116.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=29.57%
G=33.46%
B=36.96%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521721900.20.0900.25208.4222.6267.06
Hex98ACBE149019d01743
Octal230254276241103132027103
Binary10011000101011001011111010100100101100111010000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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