Html Css Color HEX #93BACA Nepal

📋 copy color: '#93BACA'

red 147 ◦ green 186 ◦ blue 202

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

Shades of Nepal #93BACA

Tints of Nepal #93BACA

RGB

 RED value IS 147 (57.81% from 255) = 27.48%

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

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

R = 27.48%
G = 34.77%
B = 37.76%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93BACA (or 0x93BACA) is known color: Nepal. HEX triplet: 93, BA and CA. RGB value is (147,186,202). Sum of RGB (Red+Green+Blue) = 147+186+202=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #93BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BACA is #6C4535. Grayscale: #B0B0B0. Windows color (decimal): -7095606 or 13286035. OLE color: 13286035.

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

Color convert

RGB 147 186 202 -
CMYK 0.27 0.08 0 0.21
HSL 197.45º 0.34% 0.68% -
HSV(B) 197.45º 0.27% 0.79% -
XYZ 40.25 45.59 62.55 -
YUV 176.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 147 186 202 0.27 0.08 0 0.21 197.45 0.34 0.68
Hex 93 BA CA 1B 8 0 15 C5 22 44
Octal 223 272 312 33 10 0 25 305 42 104
Binary 10010011 10111010 11001010 11011 1000 0 10101 11000101 100010 1000100

Color Harmonies of #93BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BACA

Black with #93BACA

Text Example


Text Example

White with #93BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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