Html Css Color HEX #90ABBC Nepal

📋 copy color: '#90ABBC'

red 144 ◦ green 171 ◦ blue 188

#90ABBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #90ABBC

Tints of Nepal #90ABBC

RGB

 RED value IS 144 (56.64% from 255) = 28.63%

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 28.63%
G = 34%
B = 37.38%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#90ABBC (or 0x90ABBC) is known color: Nepal. HEX triplet: 90, AB and BC. RGB value is (144,171,188). Sum of RGB (Red+Green+Blue) = 144+171+188=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #90ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABBC is #6F5443. Grayscale: #A4A4A4. Windows color (decimal): -7296068 or 12364688. OLE color: 12364688.

HSL color Cylindrical-coordinate representation of color #90ABBC: hue angle of 203.18º 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 #90ABBC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 171 188 -
CMYK 0.23 0.09 0 0.26
HSL 203.18º 0.25% 0.65% -
HSV(B) 203.18º 0.23% 0.74% -
XYZ 35.14 38.69 53.19 -
YUV 164.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 144 171 188 0.23 0.09 0 0.26 203.18 0.25 0.65
Hex 90 AB BC 17 9 0 1A CB 19 41
Octal 220 253 274 27 11 0 32 313 31 101
Binary 10010000 10101011 10111100 10111 1001 0 11010 11001011 11001 1000001

Color Harmonies of #90ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABBC

Black with #90ABBC

Text Example


Text Example

White with #90ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90ABBC;
 }
 .AnyTagClassName
 {
   color: #90ABBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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