#9BB6B1

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

Shades of Conch #9BB6B1

Tints of Conch #9BB6B1

Color information

#9BB6B1 (or 0x9BB6B1) is unknown color: approx Conch. HEX triplet: 9B, B6 and B1. RGB value is (155,182,177). Sum of RGB (Red+Green+Blue) = 155+182+177=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB6B1 is #64494E. Grayscale: #ADADAD. Windows color (decimal): -6572367 or 11646619. OLE color: 11646619.

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

Color convert

RGB155182177-
CMYK0.1500.030.29
HSL168.89º15.61%66.08%-
HSV(B)168.89º14.84%71.37%-
XYZ38.1843.648-
YUV173.36130.05114.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=30.16%
G=35.41%
B=34.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821770.1500.030.29168.8915.6166.08
Hex9BB6B1F031Da91042
Octal23326626117033525120102
Binary10011011101101101011000111110111110110101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,177); }

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

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

 a { background-color: rgb(155,182,177); }

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

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

 span { border-color: rgb(155,182,177); }

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