#9BAFB4

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

Shades of Botticelli #9BAFB4

Tints of Botticelli #9BAFB4

Color information

#9BAFB4 (or 0x9BAFB4) is unknown color: approx Botticelli. HEX triplet: 9B, AF and B4. RGB value is (155,175,180). Sum of RGB (Red+Green+Blue) = 155+175+180=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFB4 is #64504B. Grayscale: #A9A9A9. Windows color (decimal): -6574156 or 11841435. OLE color: 11841435.

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

Color convert

RGB155175180-
CMYK0.140.0300.29
HSL192º14.29%65.69%-
HSV(B)192º13.89%70.59%-
XYZ37.0940.9249.12-
YUV169.59133.87117.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=30.39%
G=34.31%
B=35.29%

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
Decimal1551751800.140.0300.2919214.2965.69
Hex9BAFB4E301Dc0e42
Octal23325726416303530016102
Binary1001101110101111101101001110110111011100000011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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