#96B4BE

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

Shades of Botticelli #96B4BE

Tints of Botticelli #96B4BE

Color information

#96B4BE (or 0x96B4BE) is unknown color: approx Botticelli. HEX triplet: 96, B4 and BE. RGB value is (150,180,190). Sum of RGB (Red+Green+Blue) = 150+180+190=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #96B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4BE is #694B41. Grayscale: #ACACAC. Windows color (decimal): -6900546 or 12498070. OLE color: 12498070.

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

Color convert

RGB150180190-
CMYK0.210.0500.25
HSL195º23.53%66.67%-
HSV(B)195º21.05%74.51%-
XYZ38.1942.8454.97-
YUV172.17138.06112.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=28.85%
G=34.62%
B=36.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501801900.210.0500.2519523.5366.67
Hex96B4BE155019c31843
Octal22626427625503130330103
Binary1001011010110100101111101010110101100111000011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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