#98ACBD

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

Shades of Nepal #98ACBD

Tints of Nepal #98ACBD

Color information

#98ACBD (or 0x98ACBD) is unknown color: approx Nepal. HEX triplet: 98, AC and BD. RGB value is (152,172,189). Sum of RGB (Red+Green+Blue) = 152+172+189=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #98ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACBD is #675342. Grayscale: #A7A7A7. Windows color (decimal): -6771523 or 12430488. OLE color: 12430488.

HSL color Cylindrical-coordinate representation of color #98ACBD: hue angle of 207.57º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98ACBD is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152172189-
CMYK0.200.0900.26
HSL207.57º21.89%66.86%-
HSV(B)207.57º19.58%74.12%-
XYZ36.8939.8553.89-
YUV167.96139.87116.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=29.63%
G=33.53%
B=36.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521721890.200.0900.26207.5721.8966.86
Hex98ACBD14901Ad01643
Octal230254275241103232026103
Binary10011000101011001011110110100100101101011010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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