#96BDC0

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

Shades of Botticelli #96BDC0

Tints of Botticelli #96BDC0

Color information

#96BDC0 (or 0x96BDC0) is unknown color: approx Botticelli. HEX triplet: 96, BD and C0. RGB value is (150,189,192). Sum of RGB (Red+Green+Blue) = 150+189+192=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #96BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC0 is #69423F. Grayscale: #B1B1B1. Windows color (decimal): -6898240 or 12631446. OLE color: 12631446.

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

Color convert

RGB150189192-
CMYK0.220.0200.25
HSL184.29º25%67.06%-
HSV(B)184.29º21.88%75.29%-
XYZ40.2946.6856.76-
YUV177.68136.08108.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=28.25%
G=35.59%
B=36.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501891920.220.0200.25184.292567.06
Hex96BDC0162019b81943
Octal22627530026203127031103
Binary100101101011110111000000101101001100110111000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,189,192); }

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

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

 a { background-color: rgb(150,189,192); }

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

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

 span { border-color: rgb(150,189,192); }

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