#96B1BA

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

Shades of Botticelli #96B1BA

Tints of Botticelli #96B1BA

Color information

#96B1BA (or 0x96B1BA) is unknown color: approx Botticelli. HEX triplet: 96, B1 and BA. RGB value is (150,177,186). Sum of RGB (Red+Green+Blue) = 150+177+186=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B1BA is #694E45. Grayscale: #A9A9A9. Windows color (decimal): -6901318 or 12235158. OLE color: 12235158.

HSL color Cylindrical-coordinate representation of color #96B1BA: hue angle of 195º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B1BA is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150177186-
CMYK0.190.0500.27
HSL195º20.69%65.88%-
HSV(B)195º19.35%72.94%-
XYZ37.1641.4752.5-
YUV169.95137.05113.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.24%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=29.24%
G=34.50%
B=36.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501771860.190.0500.2719520.6965.88
Hex96B1BA13501Bc31542
Octal22626127223503330325102
Binary1001011010110001101110101001110101101111000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B1BA; }

 p { color: rgb(150,177,186); }

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

<style>
 a { background-color: #96B1BA; }

 a { background-color: rgb(150,177,186); }

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

<style>
 span { border-color: #96B1BA; }

 span { border-color: rgb(150,177,186); }

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