#96B6BE

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

Shades of Botticelli #96B6BE

Tints of Botticelli #96B6BE

Color information

#96B6BE (or 0x96B6BE) is unknown color: approx Botticelli. HEX triplet: 96, B6 and BE. RGB value is (150,182,190). Sum of RGB (Red+Green+Blue) = 150+182+190=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #96B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6BE is #694941. Grayscale: #ADADAD. Windows color (decimal): -6900034 or 12498582. OLE color: 12498582.

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

Color convert

RGB150182190-
CMYK0.210.0400.25
HSL192º23.53%66.67%-
HSV(B)192º21.05%74.51%-
XYZ38.643.6655.11-
YUV173.34137.4111.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=28.74%
G=34.87%
B=36.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501821900.210.0400.2519223.5366.67
Hex96B6BE154019c01843
Octal22626627625403130030103
Binary1001011010110110101111101010110001100111000000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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