#9AB3BD

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

Shades of Botticelli #9AB3BD

Tints of Botticelli #9AB3BD

Color information

#9AB3BD (or 0x9AB3BD) is unknown color: approx Botticelli. HEX triplet: 9A, B3 and BD. RGB value is (154,179,189). Sum of RGB (Red+Green+Blue) = 154+179+189=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #9AB3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3BD is #654C42. Grayscale: #ACACAC. Windows color (decimal): -6638659 or 12432282. OLE color: 12432282.

HSL color Cylindrical-coordinate representation of color #9AB3BD: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB3BD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB154179189-
CMYK0.190.0500.26
HSL197.14º20.96%67.25%-
HSV(B)197.14º18.52%74.12%-
XYZ38.6342.7854.37-
YUV172.66137.22114.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=29.50%
G=34.29%
B=36.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541791890.190.0500.26197.1420.9667.25
Hex9AB3BD13501Ac51543
Octal23226327523503230525103
Binary1001101010110011101111011001110101101011000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,189); }

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

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

 a { background-color: rgb(154,179,189); }

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

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

 span { border-color: rgb(154,179,189); }

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