#9CBBBA

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

Shades of Conch #9CBBBA

Tints of Conch #9CBBBA

Color information

#9CBBBA (or 0x9CBBBA) is unknown color: approx Conch. HEX triplet: 9C, BB and BA. RGB value is (156,187,186). Sum of RGB (Red+Green+Blue) = 156+187+186=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBBA is #634445. Grayscale: #B1B1B1. Windows color (decimal): -6505542 or 12237724. OLE color: 12237724.

HSL color Cylindrical-coordinate representation of color #9CBBBA: hue angle of 178.06º 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 #9CBBBA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB156187186-
CMYK0.1700.010.27
HSL178.06º18.56%67.25%-
HSV(B)178.06º16.58%73.33%-
XYZ40.3446.1553.24-
YUV177.62132.73112.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=29.49%
G=35.35%
B=35.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871860.1700.010.27178.0618.5667.25
Hex9CBBBA11011Bb21343
Octal23427327221013326223103
Binary10011100101110111011101010001011101110110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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