#9BAFB5

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

Shades of Botticelli #9BAFB5

Tints of Botticelli #9BAFB5

Color information

#9BAFB5 (or 0x9BAFB5) is unknown color: approx Botticelli. HEX triplet: 9B, AF and B5. RGB value is (155,175,181). Sum of RGB (Red+Green+Blue) = 155+175+181=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #9BAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFB5 is #64504A. Grayscale: #A9A9A9. Windows color (decimal): -6574155 or 11906971. OLE color: 11906971.

HSL color Cylindrical-coordinate representation of color #9BAFB5: hue angle of 193.85º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BAFB5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB155175181-
CMYK0.140.0300.29
HSL193.85º14.94%65.88%-
HSV(B)193.85º14.36%70.98%-
XYZ37.1940.9649.66-
YUV169.7134.37117.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.33%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=30.33%
G=34.25%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551751810.140.0300.29193.8514.9465.88
Hex9BAFB5E301Dc2f42
Octal23325726516303530217102
Binary1001101110101111101101011110110111011100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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