Html Css Color HEX #9BAEBC Nepal

📋 copy color: '#9BAEBC'

red 155 ◦ green 174 ◦ blue 188

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

Shades of Nepal #9BAEBC

Tints of Nepal #9BAEBC

RGB

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

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

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

R = 29.98%
G = 33.66%
B = 36.36%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9BAEBC (or 0x9BAEBC) is known color: Nepal. HEX triplet: 9B, AE and BC. RGB value is (155,174,188). Sum of RGB (Red+Green+Blue) = 155+174+188=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEBC is #645143. Grayscale: #A9A9A9. Windows color (decimal): -6574404 or 12365467. OLE color: 12365467.

HSL color Cylindrical-coordinate representation of color #9BAEBC: hue angle of 205.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAEBC is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 174 188 -
CMYK 0.18 0.07 0 0.26
HSL 205.45º 0.2% 0.67% -
HSV(B) 205.45º 0.18% 0.74% -
XYZ 37.73 40.87 53.48 -
YUV 169.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 155 174 188 0.18 0.07 0 0.26 205.45 0.2 0.67
Hex 9B AE BC 12 7 0 1A CD 14 43
Octal 233 256 274 22 7 0 32 315 24 103
Binary 10011011 10101110 10111100 10010 111 0 11010 11001101 10100 1000011

Color Harmonies of #9BAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEBC

Black with #9BAEBC

Text Example


Text Example

White with #9BAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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