#96BCC4

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

Shades of Botticelli #96BCC4

Tints of Botticelli #96BCC4

Color information

#96BCC4 (or 0x96BCC4) is unknown color: approx Botticelli. HEX triplet: 96, BC and C4. RGB value is (150,188,196). Sum of RGB (Red+Green+Blue) = 150+188+196=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #96BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCC4 is #69433B. Grayscale: #B1B1B1. Windows color (decimal): -6898492 or 12893334. OLE color: 12893334.

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

Color convert

RGB150188196-
CMYK0.230.0400.23
HSL190.43º28.05%67.84%-
HSV(B)190.43º23.47%76.86%-
XYZ40.5246.4459.05-
YUV177.55138.41108.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.09%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=28.09%
G=35.21%
B=36.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501881960.230.0400.23190.4328.0567.84
Hex96BCC4174017be1c44
Octal22627430427402727634104
Binary1001011010111100110001001011110001011110111110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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