#9CB1AE

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

Shades of Conch #9CB1AE

Tints of Conch #9CB1AE

Color information

#9CB1AE (or 0x9CB1AE) is unknown color: approx Conch. HEX triplet: 9C, B1 and AE. RGB value is (156,177,174). Sum of RGB (Red+Green+Blue) = 156+177+174=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB1AE is #634E51. Grayscale: #AAAAAA. Windows color (decimal): -6508114 or 11448732. OLE color: 11448732.

HSL color Cylindrical-coordinate representation of color #9CB1AE: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB1AE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB156177174-
CMYK0.1200.020.31
HSL171.43º11.86%65.29%-
HSV(B)171.43º11.86%69.41%-
XYZ37.0741.5746.11-
YUV170.38130.04117.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=30.77%
G=34.91%
B=34.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561771740.1200.020.31171.4311.8665.29
Hex9CB1AEC021Fabc41
Octal23426125614023725314101
Binary1001110010110001101011101100010111111010101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,174); }

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

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

 a { background-color: rgb(156,177,174); }

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

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

 span { border-color: rgb(156,177,174); }

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