#90ACBC

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

Shades of Nepal #90ACBC

Tints of Nepal #90ACBC

Color information

#90ACBC (or 0x90ACBC) is unknown color: approx Nepal. HEX triplet: 90, AC and BC. RGB value is (144,172,188). Sum of RGB (Red+Green+Blue) = 144+172+188=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #90ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACBC is #6F5343. Grayscale: #A5A5A5. Windows color (decimal): -7295812 or 12364944. OLE color: 12364944.

HSL color Cylindrical-coordinate representation of color #90ACBC: hue angle of 201.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90ACBC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144172188-
CMYK0.230.0900.26
HSL201.82º24.72%65.1%-
HSV(B)201.82º23.4%73.73%-
XYZ35.3339.0753.26-
YUV165.45140.72112.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.57%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 188 (73.83% from 255) = 37.30%
R=28.57%
G=34.13%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441721880.230.0900.26201.8224.7265.1
Hex90ACBC17901Aca1941
Octal220254274271103231231101
Binary10010000101011001011110010111100101101011001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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