#96B5BE

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

Shades of Botticelli #96B5BE

Tints of Botticelli #96B5BE

Color information

#96B5BE (or 0x96B5BE) is unknown color: approx Botticelli. HEX triplet: 96, B5 and BE. RGB value is (150,181,190). Sum of RGB (Red+Green+Blue) = 150+181+190=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #96B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5BE is #694A41. Grayscale: #ACACAC. Windows color (decimal): -6900290 or 12498326. OLE color: 12498326.

HSL color Cylindrical-coordinate representation of color #96B5BE: hue angle of 193.5º 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 #96B5BE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150181190-
CMYK0.210.0500.25
HSL193.5º23.53%66.67%-
HSV(B)193.5º21.05%74.51%-
XYZ38.443.2555.04-
YUV172.76137.73111.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=28.79%
G=34.74%
B=36.47%

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
Decimal1501811900.210.0500.25193.523.5366.67
Hex96B5BE155019c21843
Octal22626527625503130230103
Binary1001011010110101101111101010110101100111000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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