#9BAEB5

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

Shades of Botticelli #9BAEB5

Tints of Botticelli #9BAEB5

Color information

#9BAEB5 (or 0x9BAEB5) is unknown color: approx Botticelli. HEX triplet: 9B, AE and B5. RGB value is (155,174,181). Sum of RGB (Red+Green+Blue) = 155+174+181=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 181 - color contains mainly: blue. Hex color #9BAEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEB5 is #64514A. Grayscale: #A9A9A9. Windows color (decimal): -6574411 or 11906715. OLE color: 11906715.

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

Color convert

RGB155174181-
CMYK0.140.0400.29
HSL196.15º14.94%65.88%-
HSV(B)196.15º14.36%70.98%-
XYZ36.9940.5849.6-
YUV169.12134.71117.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=30.39%
G=34.12%
B=35.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551741810.140.0400.29196.1514.9465.88
Hex9BAEB5E401Dc4f42
Octal23325626516403530417102
Binary10011011101011101011010111101000111011100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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