#9CBBBB

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

Shades of Conch #9CBBBB

Tints of Conch #9CBBBB

Color information

#9CBBBB (or 0x9CBBBB) is unknown color: approx Conch. HEX triplet: 9C, BB and BB. RGB value is (156,187,187). Sum of RGB (Red+Green+Blue) = 156+187+187=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #9CBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBBB is #634444. Grayscale: #B1B1B1. Windows color (decimal): -6505541 or 12303260. OLE color: 12303260.

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

Color convert

RGB156187187-
CMYK0.17000.27
HSL180º18.56%67.25%-
HSV(B)180º16.58%73.33%-
XYZ40.4546.253.8-
YUV177.73133.23112.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.43%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=29.43%
G=35.28%
B=35.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871870.17000.2718018.5667.25
Hex9CBBBB11001Bb41343
Octal23427327321003326423103
Binary10011100101110111011101110001001101110110100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,187); }

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

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

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

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

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

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

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