Html Css Color HEX #9BAD9D Edward

📋 copy color: '#9BAD9D'

red 155 ◦ green 173 ◦ blue 157

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

Shades of Edward #9BAD9D

Tints of Edward #9BAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 31.96%
G = 35.67%
B = 32.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#9BAD9D (or 0x9BAD9D) is known color: Edward. HEX triplet: 9B, AD and 9D. RGB value is (155,173,157). Sum of RGB (Red+Green+Blue) = 155+173+157=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD9D is #645262. Grayscale: #A5A5A5. Windows color (decimal): -6574691 or 10333595. OLE color: 10333595.

HSL color Cylindrical-coordinate representation of color #9BAD9D: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BAD9D is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 173 157 -
CMYK 0.10 0 0.09 0.32
HSL 126.67º 0.1% 0.64% -
HSV(B) 126.67º 0.1% 0.68% -
XYZ 34.55 39.29 37.66 -
YUV 165.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 155 173 157 0.10 0 0.09 0.32 126.67 0.1 0.64
Hex 9B AD 9D A 0 9 20 7F A 40
Octal 233 255 235 12 0 11 40 177 12 100
Binary 10011011 10101101 10011101 1010 0 1001 100000 1111111 1010 1000000

Color Harmonies of #9BAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAD9D

Black with #9BAD9D

Text Example


Text Example

White with #9BAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,157); }

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

background-color css

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

 a { background-color: rgb(155,173,157); }

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

border-color css

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

 span { border-color: rgb(155,173,157); }

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