#9BAEB4

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

Shades of Botticelli #9BAEB4

Tints of Botticelli #9BAEB4

Color information

#9BAEB4 (or 0x9BAEB4) is unknown color: approx Botticelli. HEX triplet: 9B, AE and B4. RGB value is (155,174,180). Sum of RGB (Red+Green+Blue) = 155+174+180=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BAEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEB4 is #64514B. Grayscale: #A8A8A8. Windows color (decimal): -6574412 or 11841179. OLE color: 11841179.

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

Color convert

RGB155174180-
CMYK0.140.0300.29
HSL194.4º14.29%65.69%-
HSV(B)194.4º13.89%70.59%-
XYZ36.8940.5449.06-
YUV169134.21118.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=30.45%
G=34.18%
B=35.36%

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
Decimal1551741800.140.0300.29194.414.2965.69
Hex9BAEB4E301Dc2e42
Octal23325626416303530216102
Binary1001101110101110101101001110110111011100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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