#9BB0B6

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

Shades of Botticelli #9BB0B6

Tints of Botticelli #9BB0B6

Color information

#9BB0B6 (or 0x9BB0B6) is unknown color: approx Botticelli. HEX triplet: 9B, B0 and B6. RGB value is (155,176,182). Sum of RGB (Red+Green+Blue) = 155+176+182=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BB0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0B6 is #644F49. Grayscale: #AAAAAA. Windows color (decimal): -6573898 or 11972763. OLE color: 11972763.

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

Color convert

RGB155176182-
CMYK0.150.0300.29
HSL193.33º15.61%66.08%-
HSV(B)193.33º14.84%71.37%-
XYZ37.4941.450.27-
YUV170.4134.54117.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.21%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=30.21%
G=34.31%
B=35.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551761820.150.0300.29193.3315.6166.08
Hex9BB0B6F301Dc11042
Octal23326026617303530120102
Binary10011011101100001011011011111101110111000001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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