Html Css Color HEX #95B1BF Nepal

📋 copy color: '#95B1BF'

red 149 ◦ green 177 ◦ blue 191

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

Shades of Nepal #95B1BF

Tints of Nepal #95B1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

 BLUE value IS 191 (75% from 255) = 36.94%

R = 28.82%
G = 34.24%
B = 36.94%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#95B1BF (or 0x95B1BF) is known color: Nepal. HEX triplet: 95, B1 and BF. RGB value is (149,177,191). Sum of RGB (Red+Green+Blue) = 149+177+191=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #95B1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1BF is #6A4E40. Grayscale: #AAAAAA. Windows color (decimal): -6966849 or 12562837. OLE color: 12562837.

HSL color Cylindrical-coordinate representation of color #95B1BF: hue angle of 200º 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 #95B1BF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 177 191 -
CMYK 0.22 0.07 0 0.25
HSL 200º 0.25% 0.67% -
HSV(B) 200º 0.22% 0.75% -
XYZ 37.52 41.6 55.34 -
YUV 170.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 149 177 191 0.22 0.07 0 0.25 200 0.25 0.67
Hex 95 B1 BF 16 7 0 19 C8 19 43
Octal 225 261 277 26 7 0 31 310 31 103
Binary 10010101 10110001 10111111 10110 111 0 11001 11001000 11001 1000011

Color Harmonies of #95B1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B1BF

Black with #95B1BF

Text Example


Text Example

White with #95B1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,177,191); }

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

background-color css

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

 a { background-color: rgb(149,177,191); }

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

border-color css

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

 span { border-color: rgb(149,177,191); }

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