#96BAC4

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

Shades of Botticelli #96BAC4

Tints of Botticelli #96BAC4

Color information

#96BAC4 (or 0x96BAC4) is unknown color: approx Botticelli. HEX triplet: 96, BA and C4. RGB value is (150,186,196). Sum of RGB (Red+Green+Blue) = 150+186+196=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 196 - color contains mainly: blue. Hex color #96BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAC4 is #69453B. Grayscale: #B0B0B0. Windows color (decimal): -6899004 or 12892822. OLE color: 12892822.

HSL color Cylindrical-coordinate representation of color #96BAC4: hue angle of 193.04º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BAC4 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150186196-
CMYK0.230.0500.23
HSL193.04º28.05%67.84%-
HSV(B)193.04º23.47%76.86%-
XYZ40.145.5958.91-
YUV176.38139.07109.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 196 (76.95% from 255) = 36.84%
R=28.20%
G=34.96%
B=36.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501861960.230.0500.23193.0428.0567.84
Hex96BAC4175017c11c44
Octal22627230427502730134104
Binary1001011010111010110001001011110101011111000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,186,196); }

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

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

 a { background-color: rgb(150,186,196); }

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

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

 span { border-color: rgb(150,186,196); }

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