#96BCBE

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

Shades of Botticelli #96BCBE

Tints of Botticelli #96BCBE

Color information

#96BCBE (or 0x96BCBE) is unknown color: approx Botticelli. HEX triplet: 96, BC and BE. RGB value is (150,188,190). Sum of RGB (Red+Green+Blue) = 150+188+190=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #96BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCBE is #694341. Grayscale: #B0B0B0. Windows color (decimal): -6898498 or 12500118. OLE color: 12500118.

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

Color convert

RGB150188190-
CMYK0.210.0100.25
HSL183º23.53%66.67%-
HSV(B)183º21.05%74.51%-
XYZ39.8646.1755.53-
YUV176.87135.41108.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=28.41%
G=35.61%
B=35.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501881900.210.0100.2518323.5366.67
Hex96BCBE151019b71843
Octal22627427625103126730103
Binary10010110101111001011111010101101100110110111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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