#9CBAB7

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

Shades of Conch #9CBAB7

Tints of Conch #9CBAB7

Color information

#9CBAB7 (or 0x9CBAB7) is unknown color: approx Conch. HEX triplet: 9C, BA and B7. RGB value is (156,186,183). Sum of RGB (Red+Green+Blue) = 156+186+183=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAB7 is #634548. Grayscale: #B0B0B0. Windows color (decimal): -6505801 or 12040860. OLE color: 12040860.

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

Color convert

RGB156186183-
CMYK0.1600.020.27
HSL174º17.86%67.06%-
HSV(B)174º16.13%72.94%-
XYZ39.8245.651.5-
YUV176.69131.56113.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=29.71%
G=35.43%
B=34.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861830.1600.020.2717417.8667.06
Hex9CBAB710021Bae1243
Octal23427226720023325622103
Binary100111001011101010110111100000101101110101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,183); }

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

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

 a { background-color: rgb(156,186,183); }

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

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

 span { border-color: rgb(156,186,183); }

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