Html Css Color HEX #90BACA Nepal

📋 copy color: '#90BACA'

red 144 ◦ green 186 ◦ blue 202

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

Shades of Nepal #90BACA

Tints of Nepal #90BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 27.07%
G = 34.96%
B = 37.97%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#90BACA (or 0x90BACA) is known color: Nepal. HEX triplet: 90, BA and CA. RGB value is (144,186,202). Sum of RGB (Red+Green+Blue) = 144+186+202=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #90BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BACA is #6F4535. Grayscale: #AFAFAF. Windows color (decimal): -7292214 or 13286032. OLE color: 13286032.

HSL color Cylindrical-coordinate representation of color #90BACA: hue angle of 196.55º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BACA is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 186 202 -
CMYK 0.29 0.08 0 0.21
HSL 196.55º 0.35% 0.68% -
HSV(B) 196.55º 0.29% 0.79% -
XYZ 39.72 45.31 62.53 -
YUV 175.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 144 186 202 0.29 0.08 0 0.21 196.55 0.35 0.68
Hex 90 BA CA 1D 8 0 15 C5 23 44
Octal 220 272 312 35 10 0 25 305 43 104
Binary 10010000 10111010 11001010 11101 1000 0 10101 11000101 100011 1000100

Color Harmonies of #90BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BACA

Black with #90BACA

Text Example


Text Example

White with #90BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,186,202); }

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

background-color css

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

 a { background-color: rgb(144,186,202); }

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

border-color css

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

 span { border-color: rgb(144,186,202); }

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