#96B9C1

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

Shades of Botticelli #96B9C1

Tints of Botticelli #96B9C1

Color information

#96B9C1 (or 0x96B9C1) is unknown color: approx Botticelli. HEX triplet: 96, B9 and C1. RGB value is (150,185,193). Sum of RGB (Red+Green+Blue) = 150+185+193=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #96B9C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9C1 is #69463E. Grayscale: #AFAFAF. Windows color (decimal): -6899263 or 12695958. OLE color: 12695958.

HSL color Cylindrical-coordinate representation of color #96B9C1: hue angle of 191.16º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96B9C1 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150185193-
CMYK0.220.0400.24
HSL191.16º25.75%67.25%-
HSV(B)191.16º22.28%75.69%-
XYZ39.5545.0357.06-
YUV175.45137.9109.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=28.41%
G=35.04%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501851930.220.0400.24191.1625.7567.25
Hex96B9C1164018bf1a43
Octal22627130126403027732103
Binary1001011010111001110000011011010001100010111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,185,193); }

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

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

 a { background-color: rgb(150,185,193); }

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

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

 span { border-color: rgb(150,185,193); }

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