#96B9C4

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

Shades of Botticelli #96B9C4

Tints of Botticelli #96B9C4

Color information

#96B9C4 (or 0x96B9C4) is unknown color: approx Botticelli. HEX triplet: 96, B9 and C4. RGB value is (150,185,196). Sum of RGB (Red+Green+Blue) = 150+185+196=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #96B9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9C4 is #69463B. Grayscale: #AFAFAF. Windows color (decimal): -6899260 or 12892566. OLE color: 12892566.

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

Color convert

RGB150185196-
CMYK0.230.0600.23
HSL194.35º28.05%67.84%-
HSV(B)194.35º23.47%76.86%-
XYZ39.8945.1758.84-
YUV175.79139.4109.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=28.25%
G=34.84%
B=36.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501851960.230.0600.23194.3528.0567.84
Hex96B9C4176017c21c44
Octal22627130427602730234104
Binary1001011010111001110001001011111001011111000010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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