#9BB3B6

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

Shades of Botticelli #9BB3B6

Tints of Botticelli #9BB3B6

Color information

#9BB3B6 (or 0x9BB3B6) is unknown color: approx Botticelli. HEX triplet: 9B, B3 and B6. RGB value is (155,179,182). Sum of RGB (Red+Green+Blue) = 155+179+182=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BB3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3B6 is #644C49. Grayscale: #ACACAC. Windows color (decimal): -6573130 or 11973531. OLE color: 11973531.

HSL color Cylindrical-coordinate representation of color #9BB3B6: hue angle of 186.67º 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 #9BB3B6 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB155179182-
CMYK0.150.0200.29
HSL186.67º15.61%66.08%-
HSV(B)186.67º14.84%71.37%-
XYZ38.0842.5950.47-
YUV172.17133.55115.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=30.04%
G=34.69%
B=35.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551791820.150.0200.29186.6715.6166.08
Hex9BB3B6F201Dbb1042
Octal23326326617203527320102
Binary10011011101100111011011011111001110110111011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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