#95ABBE

Color #95ABBE Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #95ABBE

Tints of Nepal #95ABBE

Color information

#95ABBE (or 0x95ABBE) is unknown color: approx Nepal. HEX triplet: 95, AB and BE. RGB value is (149,171,190). Sum of RGB (Red+Green+Blue) = 149+171+190=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #95ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABBE is #6A5441. Grayscale: #A6A6A6. Windows color (decimal): -6968386 or 12495765. OLE color: 12495765.

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

Color convert

RGB149171190-
CMYK0.220.1000.25
HSL207.8º23.98%66.47%-
HSV(B)207.8º21.58%74.51%-
XYZ36.2539.2354.38-
YUV166.59141.21115.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=29.22%
G=33.53%
B=37.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491711900.220.1000.25207.823.9866.47
Hex95ABBE16A019d01842
Octal225253276261203132030102
Binary10010101101010111011111010110101001100111010000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,190); }

 H1.HeaderClassName
 {
   color: #95ABBE;
 }
 .AnyTagClassName
 {
   color: #95ABBE;
 }
</style>
background-color css

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

 a { background-color: rgb(149,171,190); }

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

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

 span { border-color: rgb(149,171,190); }

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