#96ACB6

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

Shades of Botticelli #96ACB6

Tints of Botticelli #96ACB6

Color information

#96ACB6 (or 0x96ACB6) is unknown color: approx Botticelli. HEX triplet: 96, AC and B6. RGB value is (150,172,182). Sum of RGB (Red+Green+Blue) = 150+172+182=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 182 - color contains mainly: blue. Hex color #96ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACB6 is #695349. Grayscale: #A6A6A6. Windows color (decimal): -6902602 or 11971734. OLE color: 11971734.

HSL color Cylindrical-coordinate representation of color #96ACB6: hue angle of 198.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96ACB6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150172182-
CMYK0.180.0500.29
HSL198.75º17.98%65.1%-
HSV(B)198.75º17.58%71.37%-
XYZ35.7739.3749.97-
YUV166.56136.71116.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 182 (71.48% from 255) = 36.11%
R=29.76%
G=34.13%
B=36.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501721820.180.0500.29198.7517.9865.1
Hex96ACB612501Dc71241
Octal22625426622503530722101
Binary1001011010101100101101101001010101110111000111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,172,182); }

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

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

 a { background-color: rgb(150,172,182); }

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

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

 span { border-color: rgb(150,172,182); }

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