Html Css Color HEX #9BAEBF Nepal

📋 copy color: '#9BAEBF'

red 155 ◦ green 174 ◦ blue 191

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

Shades of Nepal #9BAEBF

Tints of Nepal #9BAEBF

RGB

 RED value IS 155 (60.94% from 255) = 29.81%

 GREEN value IS 174 (68.36% from 255) = 33.46%

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

R = 29.81%
G = 33.46%
B = 36.73%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BAEBF (or 0x9BAEBF) is known color: Nepal. HEX triplet: 9B, AE and BF. RGB value is (155,174,191). Sum of RGB (Red+Green+Blue) = 155+174+191=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEBF is #645140. Grayscale: #AAAAAA. Windows color (decimal): -6574401 or 12562075. OLE color: 12562075.

HSL color Cylindrical-coordinate representation of color #9BAEBF: hue angle of 208.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BAEBF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 174 191 -
CMYK 0.19 0.09 0 0.25
HSL 208.33º 0.22% 0.68% -
HSV(B) 208.33º 0.19% 0.75% -
XYZ 38.06 41 55.2 -
YUV 170.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 155 174 191 0.19 0.09 0 0.25 208.33 0.22 0.68
Hex 9B AE BF 13 9 0 19 D0 16 44
Octal 233 256 277 23 11 0 31 320 26 104
Binary 10011011 10101110 10111111 10011 1001 0 11001 11010000 10110 1000100

Color Harmonies of #9BAEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEBF

Black with #9BAEBF

Text Example


Text Example

White with #9BAEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BAEBF; }

 p { color: rgb(155,174,191); }

 H1.HeaderClassName
 {
   color: #9BAEBF;
 }
 .AnyTagClassName
 {
   color: #9BAEBF;
 }
</style>

background-color css

<style>
 a { background-color: #9BAEBF; }

 a { background-color: rgb(155,174,191); }

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

border-color css

<style>
 span { border-color: #9BAEBF; }

 span { border-color: rgb(155,174,191); }

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