Html Css Color HEX #95ADC0 Nepal

📋 copy color: '#95ADC0'

red 149 ◦ green 173 ◦ blue 192

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

Shades of Nepal #95ADC0

Tints of Nepal #95ADC0

RGB

 RED value IS 149 (58.59% from 255) = 28.99%

 GREEN value IS 173 (67.97% from 255) = 33.66%

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 28.99%
G = 33.66%
B = 37.35%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#95ADC0 (or 0x95ADC0) is known color: Nepal. HEX triplet: 95, AD and C0. RGB value is (149,173,192). Sum of RGB (Red+Green+Blue) = 149+173+192=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #95ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADC0 is #6A523F. Grayscale: #A7A7A7. Windows color (decimal): -6967872 or 12627349. OLE color: 12627349.

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

Color convert

RGB 149 173 192 -
CMYK 0.22 0.10 0 0.25
HSL 206.51º 0.25% 0.67% -
HSV(B) 206.51º 0.22% 0.75% -
XYZ 36.85 40.08 55.66 -
YUV 167.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 149 173 192 0.22 0.10 0 0.25 206.51 0.25 0.67
Hex 95 AD C0 16 A 0 19 CF 19 43
Octal 225 255 300 26 12 0 31 317 31 103
Binary 10010101 10101101 11000000 10110 1010 0 11001 11001111 11001 1000011

Color Harmonies of #95ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADC0

Black with #95ADC0

Text Example


Text Example

White with #95ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95ADC0; }

 p { color: rgb(149,173,192); }

 H1.HeaderClassName
 {
   color: #95ADC0;
 }
 .AnyTagClassName
 {
   color: #95ADC0;
 }
</style>

background-color css

<style>
 a { background-color: #95ADC0; }

 a { background-color: rgb(149,173,192); }

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

border-color css

<style>
 span { border-color: #95ADC0; }

 span { border-color: rgb(149,173,192); }

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