#96BEC3

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

Shades of Botticelli #96BEC3

Tints of Botticelli #96BEC3

Color information

#96BEC3 (or 0x96BEC3) is unknown color: approx Botticelli. HEX triplet: 96, BE and C3. RGB value is (150,190,195). Sum of RGB (Red+Green+Blue) = 150+190+195=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #96BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC3 is #69413C. Grayscale: #B2B2B2. Windows color (decimal): -6897981 or 12828310. OLE color: 12828310.

HSL color Cylindrical-coordinate representation of color #96BEC3: hue angle of 186.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BEC3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150190195-
CMYK0.230.0300.24
HSL186.67º27.27%67.65%-
HSV(B)186.67º23.08%76.47%-
XYZ40.8447.2558.6-
YUV178.61137.25107.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=28.04%
G=35.51%
B=36.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501901950.230.0300.24186.6727.2767.65
Hex96BEC3173018bb1b44
Octal22627630327303027333104
Binary100101101011111011000011101111101100010111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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