Html Css Color HEX #95ADBC Nepal

📋 copy color: '#95ADBC'

red 149 ◦ green 173 ◦ blue 188

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

Shades of Nepal #95ADBC

Tints of Nepal #95ADBC

RGB

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

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

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

R = 29.22%
G = 33.92%
B = 36.86%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#95ADBC (or 0x95ADBC) is known color: Nepal. HEX triplet: 95, AD and BC. RGB value is (149,173,188). Sum of RGB (Red+Green+Blue) = 149+173+188=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #95ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADBC is #6A5243. Grayscale: #A7A7A7. Windows color (decimal): -6967876 or 12365205. OLE color: 12365205.

HSL color Cylindrical-coordinate representation of color #95ADBC: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95ADBC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 173 188 -
CMYK 0.21 0.08 0 0.26
HSL 203.08º 0.23% 0.66% -
HSV(B) 203.08º 0.21% 0.74% -
XYZ 36.42 39.91 53.36 -
YUV 167.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 149 173 188 0.21 0.08 0 0.26 203.08 0.23 0.66
Hex 95 AD BC 15 8 0 1A CB 17 42
Octal 225 255 274 25 10 0 32 313 27 102
Binary 10010101 10101101 10111100 10101 1000 0 11010 11001011 10111 1000010

Color Harmonies of #95ADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADBC

Black with #95ADBC

Text Example


Text Example

White with #95ADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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