#90ACBF

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

Shades of Nepal #90ACBF

Tints of Nepal #90ACBF

Color information

#90ACBF (or 0x90ACBF) is unknown color: approx Nepal. HEX triplet: 90, AC and BF. RGB value is (144,172,191). Sum of RGB (Red+Green+Blue) = 144+172+191=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #90ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACBF is #6F5340. Grayscale: #A5A5A5. Windows color (decimal): -7295809 or 12561552. OLE color: 12561552.

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

Color convert

RGB144172191-
CMYK0.250.1000.25
HSL204.26º26.86%65.69%-
HSV(B)204.26º24.61%74.9%-
XYZ35.6639.254.98-
YUV165.79142.22112.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 191 (75% from 255) = 37.67%
R=28.40%
G=33.93%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441721910.250.1000.25204.2626.8665.69
Hex90ACBF19A019cc1b42
Octal220254277311203131433102
Binary10010000101011001011111111001101001100111001100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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