#9CB7B1

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

Shades of Conch #9CB7B1

Tints of Conch #9CB7B1

Color information

#9CB7B1 (or 0x9CB7B1) is unknown color: approx Conch. HEX triplet: 9C, B7 and B1. RGB value is (156,183,177). Sum of RGB (Red+Green+Blue) = 156+183+177=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB7B1 is #63484E. Grayscale: #AEAEAE. Windows color (decimal): -6506575 or 11646876. OLE color: 11646876.

HSL color Cylindrical-coordinate representation of color #9CB7B1: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB7B1 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB156183177-
CMYK0.1500.030.28
HSL166.67º15.79%66.47%-
HSV(B)166.67º14.75%71.76%-
XYZ38.5844.1148.08-
YUV174.24129.55114.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.23%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=30.23%
G=35.47%
B=34.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561831770.1500.030.28166.6715.7966.47
Hex9CB7B1F031Ca71042
Octal23426726117033424720102
Binary10011100101101111011000111110111110010100111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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