#9BBEAD

Color #9BBEAD Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9BBEAD

Tints of Skeptic #9BBEAD

Color information

#9BBEAD (or 0x9BBEAD) is unknown color: approx Skeptic. HEX triplet: 9B, BE and AD. RGB value is (155,190,173). Sum of RGB (Red+Green+Blue) = 155+190+173=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEAD is #644152. Grayscale: #B1B1B1. Windows color (decimal): -6570323 or 11386523. OLE color: 11386523.

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

Color convert

RGB155190173-
CMYK0.1800.090.25
HSL150.86º21.21%67.65%-
HSV(B)150.86º18.42%74.51%-
XYZ39.4746.8146.49-
YUV177.6125.4111.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=29.92%
G=36.68%
B=33.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901730.1800.090.25150.8621.2167.65
Hex9BBEAD120919971544
Octal233276255220113122725104
Binary10011011101111101010110110010010011100110010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BBEAD;
 }
 .AnyTagClassName
 {
   color: #9BBEAD;
 }
</style>
background-color css

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

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

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

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

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

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