#96B4BA

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

Shades of Botticelli #96B4BA

Tints of Botticelli #96B4BA

Color information

#96B4BA (or 0x96B4BA) is unknown color: approx Botticelli. HEX triplet: 96, B4 and BA. RGB value is (150,180,186). Sum of RGB (Red+Green+Blue) = 150+180+186=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4BA is #694B45. Grayscale: #ABABAB. Windows color (decimal): -6900550 or 12235926. OLE color: 12235926.

HSL color Cylindrical-coordinate representation of color #96B4BA: hue angle of 190º 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 #96B4BA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150180186-
CMYK0.190.0300.27
HSL190º20.69%65.88%-
HSV(B)190º19.35%72.94%-
XYZ37.7642.6752.7-
YUV171.71136.06112.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=29.07%
G=34.88%
B=36.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501801860.190.0300.2719020.6965.88
Hex96B4BA13301Bbe1542
Octal22626427223303327625102
Binary100101101011010010111010100111101101110111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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