#96A0CD

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

Shades of Blue Bell #96A0CD

Tints of Blue Bell #96A0CD

Color information

#96A0CD (or 0x96A0CD) is unknown color: approx Blue Bell. HEX triplet: 96, A0 and CD. RGB value is (150,160,205). Sum of RGB (Red+Green+Blue) = 150+160+205=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #96A0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0CD is #695F32. Grayscale: #A1A1A1. Windows color (decimal): -6905651 or 13475990. OLE color: 13475990.

HSL color Cylindrical-coordinate representation of color #96A0CD: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A0CD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150160205-
CMYK0.270.2200.20
HSL229.09º35.48%69.61%-
HSV(B)229.09º26.83%80.39%-
XYZ36.1736.0362.81-
YUV162.14152.19119.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=29.13%
G=31.07%
B=39.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501602050.270.2200.20229.0935.4869.61
Hex96A0CD1B16014e52346
Octal226240315332602434543106
Binary1001011010100000110011011101110110010100111001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,160,205); }

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

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

 a { background-color: rgb(150,160,205); }

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

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

 span { border-color: rgb(150,160,205); }

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