#9BBDA8

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

Shades of Skeptic #9BBDA8

Tints of Skeptic #9BBDA8

Color information

#9BBDA8 (or 0x9BBDA8) is unknown color: approx Skeptic. HEX triplet: 9B, BD and A8. RGB value is (155,189,168). Sum of RGB (Red+Green+Blue) = 155+189+168=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBDA8 is #644257. Grayscale: #B0B0B0. Windows color (decimal): -6570584 or 11058587. OLE color: 11058587.

HSL color Cylindrical-coordinate representation of color #9BBDA8: hue angle of 142.94º 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 #9BBDA8 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB155189168-
CMYK0.1800.110.26
HSL142.94º20.48%67.45%-
HSV(B)142.94º17.99%74.12%-
XYZ38.7846.1943.92-
YUV176.44123.24112.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=30.27%
G=36.91%
B=32.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891680.1800.110.26142.9420.4867.45
Hex9BBDA8120B1A8f1443
Octal233275250220133221724103
Binary10011011101111011010100010010010111101010001111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,189,168); }

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

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

 a { background-color: rgb(155,189,168); }

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

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

 span { border-color: rgb(155,189,168); }

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