#96CACB

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

Shades of Morning Glory #96CACB

Tints of Morning Glory #96CACB

Color information

#96CACB (or 0x96CACB) is unknown color: approx Morning Glory. HEX triplet: 96, CA and CB. RGB value is (150,202,203). Sum of RGB (Red+Green+Blue) = 150+202+203=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #96CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CACB is #693534. Grayscale: #BABABA. Windows color (decimal): -6894901 or 13355670. OLE color: 13355670.

HSL color Cylindrical-coordinate representation of color #96CACB: hue angle of 181.13º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CACB is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150202203-
CMYK0.260.0000.20
HSL181.13º33.76%69.22%-
HSV(B)181.13º26.11%79.61%-
XYZ44.4853.0464.39-
YUV186.57137.27101.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.03%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=27.03%
G=36.40%
B=36.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502022030.260.0000.20181.1333.7669.22
Hex96CACB1A0014b52245
Octal22631231332002426542105
Binary100101101100101011001011110100010100101101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,203); }

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

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

 a { background-color: rgb(150,202,203); }

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

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

 span { border-color: rgb(150,202,203); }

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