#9BAFB6

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

Shades of Botticelli #9BAFB6

Tints of Botticelli #9BAFB6

Color information

#9BAFB6 (or 0x9BAFB6) is unknown color: approx Botticelli. HEX triplet: 9B, AF and B6. RGB value is (155,175,182). Sum of RGB (Red+Green+Blue) = 155+175+182=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BAFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFB6 is #645049. Grayscale: #A9A9A9. Windows color (decimal): -6574154 or 11972507. OLE color: 11972507.

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

Color convert

RGB155175182-
CMYK0.150.0400.29
HSL195.56º15.61%66.08%-
HSV(B)195.56º14.84%71.37%-
XYZ37.2941.0150.21-
YUV169.82134.87117.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.27%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=30.27%
G=34.18%
B=35.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551751820.150.0400.29195.5615.6166.08
Hex9BAFB6F401Dc41042
Octal23325726617403530420102
Binary100110111010111110110110111110001110111000100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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