#9BB4B7

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

Shades of Botticelli #9BB4B7

Tints of Botticelli #9BB4B7

Color information

#9BB4B7 (or 0x9BB4B7) is unknown color: approx Botticelli. HEX triplet: 9B, B4 and B7. RGB value is (155,180,183). Sum of RGB (Red+Green+Blue) = 155+180+183=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #9BB4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4B7 is #644B48. Grayscale: #ACACAC. Windows color (decimal): -6572873 or 12039323. OLE color: 12039323.

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

Color convert

RGB155180183-
CMYK0.150.0200.28
HSL186.43º16.28%66.27%-
HSV(B)186.43º15.3%71.76%-
XYZ38.3943.0351.08-
YUV172.87133.72115.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=29.92%
G=34.75%
B=35.33%

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
Decimal1551801830.150.0200.28186.4316.2866.27
Hex9BB4B7F201Cba1042
Octal23326426717203427220102
Binary10011011101101001011011111111001110010111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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