#9BB3B7

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

Shades of Botticelli #9BB3B7

Tints of Botticelli #9BB3B7

Color information

#9BB3B7 (or 0x9BB3B7) is unknown color: approx Botticelli. HEX triplet: 9B, B3 and B7. RGB value is (155,179,183). Sum of RGB (Red+Green+Blue) = 155+179+183=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 183 - color contains mainly: blue. Hex color #9BB3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3B7 is #644C48. Grayscale: #ACACAC. Windows color (decimal): -6573129 or 12039067. OLE color: 12039067.

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

Color convert

RGB155179183-
CMYK0.150.0200.28
HSL188.57º16.28%66.27%-
HSV(B)188.57º15.3%71.76%-
XYZ38.1842.6351.02-
YUV172.28134.05115.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.98%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=29.98%
G=34.62%
B=35.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551791830.150.0200.28188.5716.2866.27
Hex9BB3B7F201Cbd1042
Octal23326326717203427520102
Binary10011011101100111011011111111001110010111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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