Html Css Color HEX #9BBAAD Skeptic

📋 copy color: '#9BBAAD'

red 155 ◦ green 186 ◦ blue 173

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

Shades of Skeptic #9BBAAD

Tints of Skeptic #9BBAAD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 30.16%
G = 36.19%
B = 33.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#9BBAAD (or 0x9BBAAD) is known color: Skeptic. HEX triplet: 9B, BA and AD. RGB value is (155,186,173). Sum of RGB (Red+Green+Blue) = 155+186+173=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBAAD is #644552. Grayscale: #AFAFAF. Windows color (decimal): -6571347 or 11385499. OLE color: 11385499.

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

Color convert

RGB 155 186 173 -
CMYK 0.17 0 0.07 0.27
HSL 154.84º 0.18% 0.67% -
HSV(B) 154.84º 0.17% 0.73% -
XYZ 38.62 45.1 46.21 -
YUV 175.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 155 186 173 0.17 0 0.07 0.27 154.84 0.18 0.67
Hex 9B BA AD 11 0 7 1B 9B 12 43
Octal 233 272 255 21 0 7 33 233 22 103
Binary 10011011 10111010 10101101 10001 0 111 11011 10011011 10010 1000011

Color Harmonies of #9BBAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAAD

Black with #9BBAAD

Text Example


Text Example

White with #9BBAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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